diff options
author | hwc487 | 2012-06-13 13:56:10 -0700 |
---|---|---|
committer | hwc487 | 2012-06-13 13:56:10 -0700 |
commit | a7aa51e6b91623772eef54b827616432838b560e (patch) | |
tree | 5b082e3e24fd8311e9334055a7b3b264a3223b26 /js/lib/rdge/materials/square-tunnel-material.js | |
parent | eea0703ca3b7f066a9d685ce09905d4860fa082d (diff) | |
download | ninja-a7aa51e6b91623772eef54b827616432838b560e.tar.gz |
Material bug fixes - reset texture array.
Diffstat (limited to 'js/lib/rdge/materials/square-tunnel-material.js')
-rw-r--r-- | js/lib/rdge/materials/square-tunnel-material.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/square-tunnel-material.js b/js/lib/rdge/materials/square-tunnel-material.js index bffae254..df2193c4 100644 --- a/js/lib/rdge/materials/square-tunnel-material.js +++ b/js/lib/rdge/materials/square-tunnel-material.js | |||
@@ -19,6 +19,9 @@ var SquareTunnelMaterial = function SquareTunnelMaterial() { | |||
19 | this._time = 0.0; | 19 | this._time = 0.0; |
20 | this._dTime = 0.01; | 20 | this._dTime = 0.01; |
21 | 21 | ||
22 | // array textures indexed by shader uniform name | ||
23 | this._glTextures = []; | ||
24 | |||
22 | /////////////////////////////////////////////////////////////////////// | 25 | /////////////////////////////////////////////////////////////////////// |
23 | // Material Property Accessors | 26 | // Material Property Accessors |
24 | /////////////////////////////////////////////////////////////////////// | 27 | /////////////////////////////////////////////////////////////////////// |