diff options
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r-- | js/lib/rdge/materials/pulse-material.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index ca4b940b..2c0fc04c 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js | |||
@@ -30,6 +30,8 @@ var PulseMaterial = function PulseMaterial() | |||
30 | this._time = 0.0; | 30 | this._time = 0.0; |
31 | this._dTime = 0.01; | 31 | this._dTime = 0.01; |
32 | 32 | ||
33 | this._glTextures = []; | ||
34 | |||
33 | /////////////////////////////////////////////////////////////////////// | 35 | /////////////////////////////////////////////////////////////////////// |
34 | // Property Accessors | 36 | // Property Accessors |
35 | /////////////////////////////////////////////////////////////////////// | 37 | /////////////////////////////////////////////////////////////////////// |