diff options
author | hwc487 | 2012-03-20 16:26:52 -0700 |
---|---|---|
committer | hwc487 | 2012-03-20 16:26:52 -0700 |
commit | 98a02c1ac6f189aba93d7cce64ba5bdbc0617f6c (patch) | |
tree | 93a3fc2c1aaffb97edeecc890e5540f7d15ad838 /js/lib/rdge/materials/pulse-material.js | |
parent | 43ea2515f1482eeb77454f407111f0568c056f72 (diff) | |
download | ninja-98a02c1ac6f189aba93d7cce64ba5bdbc0617f6c.tar.gz |
Bug Fixes for Canvas & WebGL File IO
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r-- | js/lib/rdge/materials/pulse-material.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index 6f19ab2b..fd2cbe0b 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js | |||
@@ -186,6 +186,7 @@ var PulseMaterial = function PulseMaterial() { | |||
186 | 186 | ||
187 | try { | 187 | try { |
188 | this._propValues[this._propNames[0]] = jObj.texture; | 188 | this._propValues[this._propNames[0]] = jObj.texture; |
189 | this._texMap = jObj.texture; | ||
189 | } | 190 | } |
190 | catch (e) | 191 | catch (e) |
191 | { | 192 | { |