diff --git a/src/nodes/gltextures.js b/src/nodes/gltextures.js index 1c0a5b0e6..d7c5a8598 100755 --- a/src/nodes/gltextures.js +++ b/src/nodes/gltextures.js @@ -43,7 +43,7 @@ low: LGraphTexture.LOW, high: LGraphTexture.HIGH, reuse: LGraphTexture.REUSE, - default: LGraphTexture.DEFAULT + "default": LGraphTexture.DEFAULT }; //returns the container where all the loaded textures are stored (overwrite if you have a Resources Manager)