The fix from #120 only fixed beginPaused when there are agents present prior to the start of simulation step 0.
I.e. if agents are created in a hostLayer function during step 0, or in a step function at the end of step 0 the simualtion will not begin paused, and will pause at some arbitrary frame later.
This might also require changes to splash screen closing logic.