Don't spit error on LWJGL not supporting 4.3 just warning.

This commit is contained in:
LexManos 2013-05-11 10:55:39 -07:00
parent 4db40c7861
commit 6b39f612df

View file

@ -123,7 +123,7 @@ public class TextureFXManager
} }
catch (Exception e) catch (Exception e)
{ {
e.printStackTrace(); //e.printStackTrace();
// NOOP - LWJGL needs updating // NOOP - LWJGL needs updating
FMLLog.info("Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled"); FMLLog.info("Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled");
} }