Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 21, 2024
1 parent c445303 commit ff945e1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/gameobjects/nineslice/NineSliceRender.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ff945e1

Please sign in to comment.