mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Revert "FPS limiter :)"
This reverts commit 1313119049e30540b9395c147c8afa66907ac1ac.
This commit is contained in:
parent
1313119049
commit
7a53073fa1
@ -1166,12 +1166,12 @@ public class GLFW
|
|||||||
public static void glfwWaitEventsTimeout(double timeout) {
|
public static void glfwWaitEventsTimeout(double timeout) {
|
||||||
// Boardwalk: this isn't how you do a frame limiter, but oh well
|
// Boardwalk: this isn't how you do a frame limiter, but oh well
|
||||||
// System.out.println("Frame limiter");
|
// System.out.println("Frame limiter");
|
||||||
|
/*
|
||||||
try {
|
try {
|
||||||
Thread.sleep((long)(timeout * 1000));
|
Thread.sleep((long)(timeout * 1000));
|
||||||
} catch (InterruptedException ie) {
|
} catch (InterruptedException ie) {
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
// System.out.println("Out of the frame limiter");
|
// System.out.println("Out of the frame limiter");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user