Fix framebuffer resizing for rendering on 1.13+
This commit is contained in:
@@ -350,7 +350,7 @@ public class VideoRenderer implements RenderInfo {
|
||||
|
||||
// Finally, resize the Minecraft framebuffer to the actual width/height of the window
|
||||
//#if MC>=11300
|
||||
mc.getFramebuffer().initFbo(displayWidth, displayHeight
|
||||
mc.getFramebuffer().resize(displayWidth, displayHeight
|
||||
//#if MC>=11400
|
||||
, false
|
||||
//#endif
|
||||
|
||||
Reference in New Issue
Block a user