aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/radial-blur-material.js
diff options
context:
space:
mode:
authorhwc4872012-03-09 13:34:09 -0800
committerhwc4872012-03-09 13:34:09 -0800
commite92a6da7b84c58803489d70efedf74837ddfe4cd (patch)
tree66c51b48669f29bd514df90b076b5e62f7cb925e /js/lib/rdge/materials/radial-blur-material.js
parentf83a04cda688cc9680749fffae6c0b9fa0c2087f (diff)
downloadninja-e92a6da7b84c58803489d70efedf74837ddfe4cd.tar.gz
Removed asset path replacement at authortime.
Diffstat (limited to 'js/lib/rdge/materials/radial-blur-material.js')
-rw-r--r--js/lib/rdge/materials/radial-blur-material.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/radial-blur-material.js b/js/lib/rdge/materials/radial-blur-material.js
index f23f0712..46cdda74 100644
--- a/js/lib/rdge/materials/radial-blur-material.js
+++ b/js/lib/rdge/materials/radial-blur-material.js
@@ -166,7 +166,7 @@ var RadialBlurMaterial = function RadialBlurMaterial() {
166 if (!world) 166 if (!world)
167 throw new Error( "no world in material.export, " + this.getName() ); 167 throw new Error( "no world in material.export, " + this.getName() );
168 168
169 var texMapName = world.cleansePath( this._propValues[this._propNames[0]] ); 169 var texMapName = this._propValues[this._propNames[0]];
170 exportStr += "texture: " + texMapName + "\n"; 170 exportStr += "texture: " + texMapName + "\n";
171 171
172 // every material needs to terminate like this 172 // every material needs to terminate like this