have been forgetting to update fullscreenquad on resize :\

This commit is contained in:
Minjae Song
2018-12-25 05:34:59 +09:00
parent 9080127d38
commit 09d8702089

View File

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