diff options
author | hwc487 | 2012-03-09 13:34:09 -0800 |
---|---|---|
committer | hwc487 | 2012-03-09 13:34:09 -0800 |
commit | e92a6da7b84c58803489d70efedf74837ddfe4cd (patch) | |
tree | 66c51b48669f29bd514df90b076b5e62f7cb925e /js/lib/rdge/materials/pulse-material.js | |
parent | f83a04cda688cc9680749fffae6c0b9fa0c2087f (diff) | |
download | ninja-e92a6da7b84c58803489d70efedf74837ddfe4cd.tar.gz |
Removed asset path replacement at authortime.
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r-- | js/lib/rdge/materials/pulse-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index 8ad78bd4..81db36c6 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js | |||
@@ -183,7 +183,7 @@ var PulseMaterial = function PulseMaterial() { | |||
183 | if (!world) | 183 | if (!world) |
184 | throw new Error( "no world in material.export, " + this.getName() ); | 184 | throw new Error( "no world in material.export, " + this.getName() ); |
185 | 185 | ||
186 | var texMapName = world.cleansePath( this._propValues[this._propNames[0]] ); | 186 | var texMapName = this._propValues[this._propNames[0]]; |
187 | exportStr += "texture: " +texMapName + "\n"; | 187 | exportStr += "texture: " +texMapName + "\n"; |
188 | 188 | ||
189 | // every material needs to terminate like this | 189 | // every material needs to terminate like this |