This commit is contained in:
DBotThePony 2023-04-20 23:51:44 +07:00
parent faa2e57724
commit 62b8ca34ed
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -182,9 +182,9 @@ class StarboundClient(val starbound: Starbound) : Closeable {
isRenderingGame = false
} else {
isRenderingGame = true
gl.setViewport(0, 0, w, h)
viewportMatrixScreen = updateViewportMatrixScreen()
viewportMatrixWorld = updateViewportMatrixWorld()
gl.setViewport(0, 0, w, h)
lightRenderer.resizeFramebuffer(w, h)