diff options
author | Jose Antonio Marquez Russo | 2012-03-09 13:44:58 -0800 |
---|---|---|
committer | Jose Antonio Marquez Russo | 2012-03-09 13:44:58 -0800 |
commit | af4b43723df785c946abae90d44269e819d55d71 (patch) | |
tree | 761159dc0056354c231d3bfb4f851bfdcea4b462 /js/lib/rdge/materials/radial-blur-material.js | |
parent | 5da69dfd30f353ff753cba9322744e2f33f32a1a (diff) | |
parent | e92a6da7b84c58803489d70efedf74837ddfe4cd (diff) | |
download | ninja-af4b43723df785c946abae90d44269e819d55d71.tar.gz |
Merge pull request #32 from ericmueller/integration
Added asset folder replacement to runtime load.
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 |