Fix merge error

This commit is contained in:
Richard Davey 2024-02-21 13:25:08 +00:00
parent c445303ffb
commit ff945e1595

View file

@ -13,14 +13,6 @@ if (typeof WEBGL_RENDERER)
renderWebGL = require('./NineSliceWebGLRenderer');
}
<<<<<<< HEAD
=======
if (typeof CANVAS_RENDERER)
{
// renderCanvas = require('./MeshCanvasRenderer');
}
>>>>>>> parent of 7aaa976a4 (Updated webpack config DefinePlugin use and corresponding defs to allow those crazy souls who import source directly on node to have a better life #6644)
module.exports = {
renderWebGL: renderWebGL,