Skip to content

Commit

Permalink
Update NineSliceRender.js
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Feb 21, 2024
1 parent 509f78e commit d25d658
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/gameobjects/nineslice/NineSliceRender.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ if (typeof WEBGL_RENDERER !== 'undefined')
renderWebGL = require('./NineSliceWebGLRenderer');
}

if (typeof CANVAS_RENDERER !== 'undefined')
{
// renderCanvas = require('./MeshCanvasRenderer');
}

module.exports = {

renderWebGL: renderWebGL,
Expand Down

0 comments on commit d25d658

Please sign in to comment.