fix: no module screen gets broken if the screen is magnified

This commit is contained in:
minjaesong
2023-10-06 00:12:10 +09:00
parent 31dac7140e
commit 1fcca8098c
2 changed files with 26 additions and 18 deletions

View File

@@ -547,7 +547,7 @@ public class App implements ApplicationListener {
@Override
public void render() {
Gdx.gl.glDisable(GL20.GL_DITHER);
// Gdx.gl.glDisable(GL20.GL_DITHER);
if (splashDisplayed && !postInitFired) {
postInitFired = true;