mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
have been forgetting to update fullscreenquad on resize :\
This commit is contained in:
@@ -340,6 +340,8 @@ public class AppLoader implements ApplicationListener {
|
||||
appConfig.width = screenW;
|
||||
appConfig.height = screenH;
|
||||
|
||||
updateFullscreenQuad(screenW, screenH);
|
||||
|
||||
printdbg(this, "Resize event");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user