aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/Materials/PulseMaterial.js
diff options
context:
space:
mode:
authorhwc4872012-03-05 16:33:51 -0800
committerhwc4872012-03-05 16:33:51 -0800
commit232784ffafe834f75a46ca7fc311e8ca2ff5eec9 (patch)
treec4571d35f51153b218a6a17c7897225a2659cacb /js/helper-classes/RDGE/Materials/PulseMaterial.js
parentec10bf44c711e9c552780d2cd9ac0baef21de445 (diff)
downloadninja-232784ffafe834f75a46ca7fc311e8ca2ff5eec9.tar.gz
Corrections for canvas file IO
Diffstat (limited to 'js/helper-classes/RDGE/Materials/PulseMaterial.js')
-rw-r--r--js/helper-classes/RDGE/Materials/PulseMaterial.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/Materials/PulseMaterial.js b/js/helper-classes/RDGE/Materials/PulseMaterial.js
index b0fbd998..e55798b7 100644
--- a/js/helper-classes/RDGE/Materials/PulseMaterial.js
+++ b/js/helper-classes/RDGE/Materials/PulseMaterial.js
@@ -187,7 +187,7 @@ function PulseMaterial()
187 exportStr += "name: " + this.getName() + "\n"; 187 exportStr += "name: " + this.getName() + "\n";
188 188
189 var texMapName = this._propValues[this._propNames[0]]; 189 var texMapName = this._propValues[this._propNames[0]];
190 exportStr += "texture: " + texMapName; 190 exportStr += "texture: " + texMapName + "\n";
191 191
192 // every material needs to terminate like this 192 // every material needs to terminate like this
193 exportStr += "endMaterial\n"; 193 exportStr += "endMaterial\n";