mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 15:16:07 +09:00
fixed a "bug" that assumed the framerates are normally distributed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user