diff --git a/src/core/textures/Texture.js b/src/core/textures/Texture.js index 2e90422..09630c6 100644 --- a/src/core/textures/Texture.js +++ b/src/core/textures/Texture.js @@ -371,4 +371,4 @@ return texture; }; -Texture.emptyTexture = new Texture(new BaseTexture()); +Texture.EMPTY = new Texture(new BaseTexture());