diff options
author | hwc487 | 2012-04-08 05:26:08 -0700 |
---|---|---|
committer | hwc487 | 2012-04-08 05:26:08 -0700 |
commit | 5b878fdfaa696c1a01afa191c1d65c0ccb006b65 (patch) | |
tree | ca9ae5497500a46edd00e0e61b8e49ae53242e4d /js/lib/rdge/materials/bump-metal-material.js | |
parent | 416ce9d4954e0a7f4ee7b9afe43bf691fdb276f4 (diff) | |
download | ninja-5b878fdfaa696c1a01afa191c1d65c0ccb006b65.tar.gz |
Clouds
Diffstat (limited to 'js/lib/rdge/materials/bump-metal-material.js')
-rwxr-xr-x | js/lib/rdge/materials/bump-metal-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/bump-metal-material.js b/js/lib/rdge/materials/bump-metal-material.js index 0570e8ed..7e192a12 100755 --- a/js/lib/rdge/materials/bump-metal-material.js +++ b/js/lib/rdge/materials/bump-metal-material.js | |||
@@ -168,7 +168,7 @@ var BumpMetalMaterial = function BumpMetalMaterial() { | |||
168 | if (glTex) | 168 | if (glTex) |
169 | { | 169 | { |
170 | if (glTex.isAnimated()) | 170 | if (glTex.isAnimated()) |
171 | glTex.rerender(); | 171 | glTex.render(); |
172 | 172 | ||
173 | var tex = glTex.getTexture(); | 173 | var tex = glTex.getTexture(); |
174 | if (tex) | 174 | if (tex) |