()
| 1219 | } |
| 1220 | |
| 1221 | public void updateDisplay() |
| 1222 | { |
| 1223 | this.mcProfiler.startSection("display_update"); |
| 1224 | Display.update(); |
| 1225 | this.mcProfiler.endSection(); |
| 1226 | this.checkWindowResize(); |
| 1227 | } |
| 1228 | |
| 1229 | protected void checkWindowResize() |
| 1230 | { |
no test coverage detected