mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -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.checkError(getClass.getName + ".compileOrDraw: glEndList")
|
||||||
}
|
}
|
||||||
|
|
||||||
RenderState.bindTexture(0)
|
|
||||||
RenderState.checkError(getClass.getName + ".compileOrDraw: leaving")
|
RenderState.checkError(getClass.getName + ".compileOrDraw: leaving")
|
||||||
|
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
GL11.glCallList(list)
|
GL11.glCallList(list)
|
||||||
|
RenderState.bindTexture(0)
|
||||||
|
|
||||||
RenderState.checkError(getClass.getName + ".compileOrDraw: glCallList")
|
RenderState.checkError(getClass.getName + ".compileOrDraw: glCallList")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user