diff options
Diffstat (limited to 'js/lib/rdge/materials/radial-blur-material.js')
-rw-r--r-- | js/lib/rdge/materials/radial-blur-material.js | 2 |
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 |