minor fixes

This commit is contained in:
minjaesong
2019-07-21 18:05:28 +09:00
parent dfd43f52d5
commit 7ae5a8c132
3 changed files with 6 additions and 18 deletions

View File

@@ -263,7 +263,7 @@ public class AppLoader implements ApplicationListener {
Gdx.gl20.glViewport(0, 0, width, height);
}
public static final float UPDATE_RATE = 1f / 64f; // TODO set it like 1/100, because apparent framerate is limited by update rate
public static final float UPDATE_RATE = 1f / 64f; // apparent framerate will be limited by update rate
private static float loadTimer = 0f;
private static final float showupTime = 100f / 1000f;