()
| 149 | } |
| 150 | |
| 151 | public static void initDisplay() { |
| 152 | checkInitialized(); |
| 153 | antialiasingLevel = gameSettings.ofAaLevel; |
| 154 | checkDisplaySettings(); |
| 155 | checkDisplayMode(); |
| 156 | minecraftThread = Thread.currentThread(); |
| 157 | updateThreadPriorities(); |
| 158 | Shaders.startup(Minecraft.getMinecraft()); |
| 159 | } |
| 160 | |
| 161 | public static void checkInitialized() { |
| 162 | if (!initialized) { |
no test coverage detected