Fixed orientation and transient doors

This commit is contained in:
StevenRS11
2014-01-21 01:33:56 -05:00
parent 6bf70aebdb
commit 357db5e34d
7 changed files with 21 additions and 11 deletions

View File

@@ -71,10 +71,10 @@ public class RenderMobObelisk extends RenderLiving
GL11.glDisable(GL12.GL_RESCALE_NORMAL);
}
catch (Exception exception)
{
exception.printStackTrace();
}
catch (Exception exception)
{
exception.printStackTrace();
}
OpenGlHelper.setActiveTexture(OpenGlHelper.lightmapTexUnit);
GL11.glEnable(GL11.GL_TEXTURE_2D);