This commit is contained in:
yugecin
2017-01-15 23:38:20 +01:00
parent 7c79deac65
commit 07d15eeb56
4 changed files with 74 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ public class DisplayContainer implements ErrorDumpable {
targetRenderInterval = 16; // ~60 fps
targetBackgroundRenderInterval = 41; // ~24 fps
lastFrame = getTime();
delta = 1;
realRenderInterval = 1;
}
public void run() throws LWJGLException {