have been forgetting to update fullscreenquad on resize :\

This commit is contained in:
Minjae Song
2018-12-25 05:34:59 +09:00
parent 934b252314
commit a899462333

View File

@@ -340,6 +340,8 @@ public class AppLoader implements ApplicationListener {
appConfig.width = screenW;
appConfig.height = screenH;
updateFullscreenQuad(screenW, screenH);
printdbg(this, "Resize event");
}