diff options
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: |