Yay case sensitivity.

This commit is contained in:
Florian Nücke 2015-02-20 02:28:30 +01:00
parent c77947c782
commit d24eff48d8
2 changed files with 1 additions and 1 deletions

View File

@ -64,13 +64,13 @@ object TextBufferRenderCache extends Callable[Int] with RemovalListener[TileEnti
RenderState.checkError(getClass.getName + ".compileOrDraw: glEndList")
}
RenderState.bindTexture(0)
RenderState.checkError(getClass.getName + ".compileOrDraw: leaving")
true
}
else {
GL11.glCallList(list)
RenderState.bindTexture(0)
RenderState.checkError(getClass.getName + ".compileOrDraw: glCallList")
}