Disconnected screen scissoring is incorrect on high-resolution displays
haykam821 opened this issue ยท 0 comments
On Windows systems, the disconnect screen has correct scissoring:
However, on macOS systems with Retina displays, the disconnect screen cuts off the bottom of text:
The related scissoring code does not use the getFramebufferHeight
and getFramebufferWidth
methods, causing this issue:
Relates to CottonMC/LibGui#114