v0.9.4: fixed iOS text input errors

This commit is contained in:
Evan Debenham
2021-07-08 17:28:18 -04:00
parent 603f91d10f
commit 285dd374b3
3 changed files with 16 additions and 4 deletions

View File

@@ -121,7 +121,8 @@ public class Game implements ApplicationListener {
TextureCache.reload();
Vertexbuffer.refreshAllBuffers();
}
height -= bottomInset;
if (height != Game.height || width != Game.width) {
Game.width = width;