v0.8.1: refactored fog of war to use LibGDX pixmaps

This commit is contained in:
Evan Debenham
2020-05-15 23:10:47 -04:00
parent 72a97fd83b
commit 4a6b0130c0
4 changed files with 20 additions and 129 deletions

View File

@@ -140,7 +140,6 @@ public class Game implements ApplicationListener {
draw();
Gdx.gl.glDisable( Gdx.gl.GL_SCISSOR_TEST );
Gdx.gl.glFlush();
step();
}