From a7aa51e6b91623772eef54b827616432838b560e Mon Sep 17 00:00:00 2001 From: hwc487 Date: Wed, 13 Jun 2012 13:56:10 -0700 Subject: Material bug fixes - reset texture array. --- js/lib/rdge/texture.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/rdge/texture.js') diff --git a/js/lib/rdge/texture.js b/js/lib/rdge/texture.js index 616729f6..37658580 100644 --- a/js/lib/rdge/texture.js +++ b/js/lib/rdge/texture.js @@ -171,7 +171,7 @@ function Texture( dstWorld, texMapName, wrap, mips ) this._srcCanvas = null; // only load if something has changed - if (this._texMapName !== texMapName) // does RDGE allow us to change wrap or mips? + //if (this._texMapName !== texMapName) // does RDGE allow us to change wrap or mips? { var texMapName = this._texMapName; var wrap = this._wrap; -- cgit v1.2.3