From 562e8e8021b6e2604cc7bea01bd6e15e862acb55 Mon Sep 17 00:00:00 2001 From: LexManos Date: Tue, 9 Jul 2013 12:56:34 -0700 Subject: [PATCH] Re-add reverted patch AGAIN cpw check your commits -.- --- .../client/renderer/texture/TextureMap.java.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/patches/minecraft/net/minecraft/client/renderer/texture/TextureMap.java.patch b/patches/minecraft/net/minecraft/client/renderer/texture/TextureMap.java.patch index 0559af7d7..4e123f342 100644 --- a/patches/minecraft/net/minecraft/client/renderer/texture/TextureMap.java.patch +++ b/patches/minecraft/net/minecraft/client/renderer/texture/TextureMap.java.patch @@ -22,6 +22,15 @@ Iterator iterator = this.field_110574_e.entrySet().iterator(); while (iterator.hasNext()) +@@ -73,7 +77,7 @@ + + try + { +- textureatlassprite.func_130100_a(par1ResourceManager.func_110536_a(resourcelocation1)); ++ if (!textureatlassprite.load(par1ResourceManager, resourcelocation1)) continue; + } + catch (RuntimeException runtimeexception) + { @@ -142,6 +146,7 @@ textureatlassprite1 = (TextureAtlasSprite)iterator1.next(); textureatlassprite1.copyFrom(this.missingImage);