()
| 3765 | } |
| 3766 | |
| 3767 | private static void resize() |
| 3768 | { |
| 3769 | renderDisplayWidth = mc.displayWidth; |
| 3770 | renderDisplayHeight = mc.displayHeight; |
| 3771 | renderWidth = Math.round((float)renderDisplayWidth * configRenderResMul); |
| 3772 | renderHeight = Math.round((float)renderDisplayHeight * configRenderResMul); |
| 3773 | setupFrameBuffer(); |
| 3774 | } |
| 3775 | |
| 3776 | private static void resizeShadow() |
| 3777 | { |
no test coverage detected