From 04563e2e6a3ef94033e06a53b2220282d0a47274 Mon Sep 17 00:00:00 2001 From: tamat Date: Sun, 28 Apr 2019 10:46:23 +0200 Subject: [PATCH] fix --- src/nodes/gltextures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)