diff options
Diffstat (limited to 'js/lib/rdge/materials/bump-metal-material.js')
-rwxr-xr-x | js/lib/rdge/materials/bump-metal-material.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lib/rdge/materials/bump-metal-material.js b/js/lib/rdge/materials/bump-metal-material.js index f73f1d34..4604a89d 100755 --- a/js/lib/rdge/materials/bump-metal-material.js +++ b/js/lib/rdge/materials/bump-metal-material.js | |||
@@ -24,8 +24,8 @@ var BumpMetalMaterial = function BumpMetalMaterial() { | |||
24 | this._defaultSpecularTexture = "assets/images/silver.png"; | 24 | this._defaultSpecularTexture = "assets/images/silver.png"; |
25 | this._defaultNormalTexture = "assets/images/normalMap.png"; | 25 | this._defaultNormalTexture = "assets/images/normalMap.png"; |
26 | 26 | ||
27 | // keep the array of initialized textures | 27 | // array textures indexed by shader uniform name |
28 | this._textures = []; | 28 | this._glTextures = []; |
29 | 29 | ||
30 | this._speed = 1.0; | 30 | this._speed = 1.0; |
31 | 31 | ||