Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
Re-enable post initalize texture pack reloading to allow Icons to be …
Browse files Browse the repository at this point in the history
…registerd through any init phase.
  • Loading branch information
LexManos committed Mar 4, 2014
1 parent 399770e commit b7ad532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cpw/mods/fml/client/FMLClientHandler.java
Expand Up @@ -279,7 +279,7 @@ public void finishMinecraftLoading()
}

// Reload resources
// client.func_110436_a();
client.func_110436_a();
RenderingRegistry.instance().loadEntityRenderers((Map<Class<? extends Entity>, Render>)RenderManager.field_78727_a.field_78729_o);
guiFactories = HashBiMap.create();
for (ModContainer mc : Loader.instance().getActiveModList())
Expand Down

0 comments on commit b7ad532

Please sign in to comment.