diff options
Diffstat (limited to 'js/lib/rdge/materials/tunnel-material.js')
-rw-r--r-- | js/lib/rdge/materials/tunnel-material.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/tunnel-material.js b/js/lib/rdge/materials/tunnel-material.js index b833a251..ec5eff99 100644 --- a/js/lib/rdge/materials/tunnel-material.js +++ b/js/lib/rdge/materials/tunnel-material.js | |||
@@ -20,6 +20,9 @@ var TunnelMaterial = function TunnelMaterial() { | |||
20 | this._time = 0.0; | 20 | this._time = 0.0; |
21 | this._dTime = 0.001; | 21 | this._dTime = 0.001; |
22 | 22 | ||
23 | // array textures indexed by shader uniform name | ||
24 | this._glTextures = []; | ||
25 | |||
23 | /////////////////////////////////////////////////////////////////////// | 26 | /////////////////////////////////////////////////////////////////////// |
24 | // Material Property Accessors | 27 | // Material Property Accessors |
25 | /////////////////////////////////////////////////////////////////////// | 28 | /////////////////////////////////////////////////////////////////////// |