diff options
-rwxr-xr-x | js/lib/rdge/materials/uber-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/uber-material.js b/js/lib/rdge/materials/uber-material.js index febf765f..31a8756c 100755 --- a/js/lib/rdge/materials/uber-material.js +++ b/js/lib/rdge/materials/uber-material.js | |||
@@ -309,7 +309,7 @@ var UberMaterial = function UberMaterial() { | |||
309 | if (renderer && technique) { | 309 | if (renderer && technique) { |
310 | var tex = renderer.getTextureByName(value, this._ubershaderCaps.specularMap.wrap); | 310 | var tex = renderer.getTextureByName(value, this._ubershaderCaps.specularMap.wrap); |
311 | this.registerTexture(tex); | 311 | this.registerTexture(tex); |
312 | technique.s_specularMap.set(tex); | 312 | technique.s_specMap.set(tex); |
313 | } | 313 | } |
314 | } | 314 | } |
315 | } | 315 | } |