added todo

This commit is contained in:
yugecin 2017-01-12 12:45:14 +01:00
parent b56007347a
commit e4d4e93f0a

View File

@ -134,7 +134,7 @@ public class DisplayContainer implements ErrorDumpable {
}
Display.processMessages();
Display.sync(1000);
Display.sync(1000); // TODO add option to change this, to not eat CPUs
}
teardown();
}