mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 17:56:34 -04:00
Yay case sensitivity.
This commit is contained in:
parent
c77947c782
commit
d24eff48d8
@ -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")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user