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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/renderer.js b/js/helper-classes/RDGE/src/core/script/renderer.js
index 2d794b6b..6b968d5f 100755
--- a/js/helper-classes/RDGE/src/core/script/renderer.js
+++ b/js/helper-classes/RDGE/src/core/script/renderer.js
@@ -305,6 +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 tex = this.createTexture(name + ext, wrap, mips); 309 tex = this.createTexture(name + ext, wrap, mips);
309 this.textureMap[name] = tex; 310 this.textureMap[name] = tex;
310 tex.lookUpName = name; 311 tex.lookUpName = name;