()
| 5087 | } |
| 5088 | |
| 5089 | public static void endSpiderEyes() |
| 5090 | { |
| 5091 | if (isRenderingWorld && ProgramSpiderEyes.getId() != ProgramNone.getId()) |
| 5092 | { |
| 5093 | useProgram(ProgramEntities); |
| 5094 | GlStateManager.disableAlpha(); |
| 5095 | } |
| 5096 | } |
| 5097 | |
| 5098 | public static void endEntities() |
| 5099 | { |
no test coverage detected