diff options
Diffstat (limited to 'js/lib/rdge/materials/z-invert-material.js')
-rw-r--r-- | js/lib/rdge/materials/z-invert-material.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/z-invert-material.js b/js/lib/rdge/materials/z-invert-material.js index 99b835b3..f1526b39 100644 --- a/js/lib/rdge/materials/z-invert-material.js +++ b/js/lib/rdge/materials/z-invert-material.js | |||
@@ -20,6 +20,9 @@ var ZInvertMaterial = function ZInvertMaterial() { | |||
20 | this._time = 0.0; | 20 | this._time = 0.0; |
21 | this._dTime = 0.01; | 21 | this._dTime = 0.01; |
22 | 22 | ||
23 | // array textures indexed by shader uniform name | ||
24 | this._glTextures = []; | ||
25 | |||
23 | this.isAnimated = function() { return true; }; | 26 | this.isAnimated = function() { return true; }; |
24 | this.getShaderDef = function() { return zInvertMaterialDef; }; | 27 | this.getShaderDef = function() { return zInvertMaterialDef; }; |
25 | 28 | ||