figments: mainloop: run loop() once before ready-to-roll
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torrie Fischer 2023-02-18 16:23:02 +01:00
parent 242182d460
commit 9b1600f00b

View File

@ -83,6 +83,7 @@ MainLoop::start()
Log.notice("** Starting %s", task->name); Log.notice("** Starting %s", task->name);
task->start(); task->start();
} }
loop();
dispatch(InputEvent::ReadyToRoll); dispatch(InputEvent::ReadyToRoll);
} }