mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +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.width = screenW;
|
||||||
appConfig.height = screenH;
|
appConfig.height = screenH;
|
||||||
|
|
||||||
|
updateFullscreenQuad(screenW, screenH);
|
||||||
|
|
||||||
printdbg(this, "Resize event");
|
printdbg(this, "Resize event");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user