mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 12:13:19 +00:00
Fix merge error
This commit is contained in:
parent
c445303ffb
commit
ff945e1595
1 changed files with 0 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue