mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 07:39:00 -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) {
|
||||
// Boardwalk: this isn't how you do a frame limiter, but oh well
|
||||
// System.out.println("Frame limiter");
|
||||
|
||||
/*
|
||||
try {
|
||||
Thread.sleep((long)(timeout * 1000));
|
||||
} catch (InterruptedException ie) {
|
||||
}
|
||||
|
||||
*/
|
||||
// System.out.println("Out of the frame limiter");
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user