v0.7.5b: fixed texture errors on old android versions

This commit is contained in:
Evan Debenham
2019-10-11 00:12:54 -04:00
parent 1efc79ef55
commit af7a4a03f0

View File

@@ -110,7 +110,9 @@ public class Game implements ApplicationListener {
@Override
public void resize(int width, int height) {
Gdx.gl.glViewport(0, 0, width, height);
Blending.useDefault();
TextureCache.reload();
Vertexbuffer.refreshAllBuffers();
if (height != Game.height || width != Game.width) {