X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=LogicUI%2Fsrc%2Fera%2Fmi%2Fgui%2FLogicUIStandalone.java;h=8bbfb1c50e3c147c2c910e58c0e8a91d0e913ad7;hb=50082bc2126d3f408acbdf4103bb4fdf29ac1d4f;hp=3e29a6e499a954a7785d4a9f2bc947a3eca7507d;hpb=9d231e6aa28d5e6526c9f984ca82c1de2a37b559;p=Mograsim.git diff --git a/LogicUI/src/era/mi/gui/LogicUIStandalone.java b/LogicUI/src/era/mi/gui/LogicUIStandalone.java index 3e29a6e4..8bbfb1c5 100644 --- a/LogicUI/src/era/mi/gui/LogicUIStandalone.java +++ b/LogicUI/src/era/mi/gui/LogicUIStandalone.java @@ -55,6 +55,7 @@ public class LogicUIStandalone // while (running.get()) // { // // always execute to keep timeline from "hanging behind" for too long +// timeline.executeUntil(timeline.laterThan(System.currentTimeMillis()), System.currentTimeMillis() + 10); // model.timeline.executeUpTo(System.currentTimeMillis(), System.currentTimeMillis() + 10); // long sleepTime; // if (model.timeline.hasNext())