Don't spit error on LWJGL not supporting 4.3 just warning.
This commit is contained in:
parent
4db40c7861
commit
6b39f612df
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue