diff options
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r-- | js/lib/rdge/materials/pulse-material.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index 9cb500c8..4ba5110e 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js | |||
@@ -25,8 +25,9 @@ var PulseMaterial = function PulseMaterial() | |||
25 | this._name = "PulseMaterial"; | 25 | this._name = "PulseMaterial"; |
26 | this._shaderName = "pulse"; | 26 | this._shaderName = "pulse"; |
27 | 27 | ||
28 | //this._texMap = 'assets/images/cubelight.png'; | 28 | this._texMap = 'assets/images/cubelight.png'; |
29 | this._texMap = 'texture'; | 29 | //this._texMap = 'assets/images/cloud10.png'; |
30 | //this._texMap = 'texture'; | ||
30 | 31 | ||
31 | this._time = 0.0; | 32 | this._time = 0.0; |
32 | this._dTime = 0.01; | 33 | this._dTime = 0.01; |