()
| 2475 | } |
| 2476 | |
| 2477 | public static void resetDisplayLists() |
| 2478 | { |
| 2479 | SMCLog.info("Reset model renderers"); |
| 2480 | ++countResetDisplayLists; |
| 2481 | SMCLog.info("Reset world renderers"); |
| 2482 | mc.renderGlobal.loadRenderers(); |
| 2483 | } |
| 2484 | |
| 2485 | private static void setupProgram(Program program, String vShaderPath, String gShaderPath, String fShaderPath) |
| 2486 | { |
no test coverage detected