diff options
author | hwc487 | 2012-05-03 16:42:56 -0700 |
---|---|---|
committer | hwc487 | 2012-05-03 16:42:56 -0700 |
commit | d21aaca3d7093b6af968b7f9f764ab54e004f02b (patch) | |
tree | aae070c04d18bc30fda6b133ce3d7de7b621f8b2 /js/lib/rdge/texture.js | |
parent | e791a7a821221d206c40427fd2695b42a5bacf5f (diff) | |
download | ninja-d21aaca3d7093b6af968b7f9f764ab54e004f02b.tar.gz |
Cleanup of indirect textures.
Diffstat (limited to 'js/lib/rdge/texture.js')
-rw-r--r-- | js/lib/rdge/texture.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/lib/rdge/texture.js b/js/lib/rdge/texture.js index 0a7070d3..498dcf3b 100644 --- a/js/lib/rdge/texture.js +++ b/js/lib/rdge/texture.js | |||
@@ -123,8 +123,6 @@ function Texture( dstWorld, texMapName, wrap, mips ) | |||
123 | 123 | ||
124 | case notifier.FIRST_RENDER: | 124 | case notifier.FIRST_RENDER: |
125 | texture._isAnimated = srcWorld.hasAnimatedMaterials(); | 125 | texture._isAnimated = srcWorld.hasAnimatedMaterials(); |
126 | //dstWorld.refreshTextures(); | ||
127 | //dstWorld.restartRenderLoop(); | ||
128 | break; | 126 | break; |
129 | 127 | ||
130 | default: | 128 | default: |