diff --git a/src/core/textures/Texture.js b/src/core/textures/Texture.js index c6a4433..0ff4057 100644 --- a/src/core/textures/Texture.js +++ b/src/core/textures/Texture.js @@ -493,3 +493,7 @@ */ Texture.EMPTY = new Texture(new BaseTexture()); Texture.EMPTY.destroy = function() {} +Texture.EMPTY.on = function() {}; +Texture.EMPTY.once = function() {}; +Texture.EMPTY.emit = function() {}; +