fixed a "bug" that assumed the framerates are normally distributed

This commit is contained in:
minjaesong
2022-10-15 13:12:14 +09:00
parent 93af194c8a
commit ccef7c32a0
6 changed files with 35 additions and 13 deletions

View File

@@ -1078,6 +1078,10 @@ public class App implements ApplicationListener {
screenshotRequested = true;
}
public static boolean isScreenshotRequested() {
return screenshotRequested;
}
// DEFAULT DIRECTORIES //
public static String OSName = System.getProperty("os.name");