Revert "FPS limiter :)"

This reverts commit 1313119049e30540b9395c147c8afa66907ac1ac.
This commit is contained in:
SerpentSpirale 2021-08-08 14:45:14 +02:00
parent 1313119049
commit 7a53073fa1

View File

@ -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");
}