aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/renderer.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/renderer.js')
-rwxr-xr-xjs/helper-classes/RDGE/src/core/script/renderer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/renderer.js b/js/helper-classes/RDGE/src/core/script/renderer.js
index 6b968d5f..0b9185d0 100755
--- a/js/helper-classes/RDGE/src/core/script/renderer.js
+++ b/js/helper-classes/RDGE/src/core/script/renderer.js
@@ -305,7 +305,7 @@ RDGE._renderer = function (canvas) {
305 305
306 if (tex === undefined) { 306 if (tex === undefined) {
307 // load the texture 307 // load the texture
308 name = g_Engine.remapAssetFolder( name ); 308 name = RDGE.globals.engine.remapAssetFolder( name );
309 tex = this.createTexture(name + ext, wrap, mips); 309 tex = this.createTexture(name + ext, wrap, mips);
310 this.textureMap[name] = tex; 310 this.textureMap[name] = tex;
311 tex.lookUpName = name; 311 tex.lookUpName = name;