Work on a really perfect scheduler ;-)

This commit is contained in:
7u83 2018-12-19 19:52:11 +01:00
parent 7e8aea627a
commit f22f8e2679
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class StScheduler extends Thread {
// private double acceleration = 1.0;
StScheduler(Clock clock){
StScheduler(Clock clock ){
this.clock = clock;
}