cleaning up files

This commit is contained in:
cs-powell
2024-12-26 17:50:23 -05:00
parent 0eafd83c5b
commit 3be0e2323b
3 changed files with 1 additions and 28 deletions

View File

@@ -40,6 +40,7 @@ public abstract class testprocess {
ScreenFrame f = new ScreenFrame(sm,d);
f.initialize();
timer1.start();
xpc.sendDREF("sim/time/sim_speed", 5f);
while (m.isActive() && !m.isEmpty()) {
innerProcess();
}