suppresion code obselette

This commit is contained in:
mmarc471@gmail.com
2020-09-11 11:56:54 +02:00
parent 41c87ecdca
commit 677bbde08d
2 changed files with 7 additions and 24 deletions
@@ -25,10 +25,4 @@ public class FpsTime {
Thread.sleep((frametime-time));
} catch (InterruptedException e) {}
}
public static void waitFrameTime(){
try {
Thread.sleep((frametime));
} catch (InterruptedException e) {}
}
}