()
| 4980 | } |
| 4981 | |
| 4982 | public static void endSky() |
| 4983 | { |
| 4984 | isRenderingSky = false; |
| 4985 | setDrawBuffers(dfbDrawBuffers); |
| 4986 | useProgram(lightmapEnabled ? ProgramTexturedLit : ProgramTextured); |
| 4987 | popEntity(); |
| 4988 | } |
| 4989 | |
| 4990 | public static void beginUpdateChunks() |
| 4991 | { |
no test coverage detected