194c194,197
< // The delta phase will happen naturally through the event queue.
---
> // The delta phase.
> for (auto &e: deltas)
> e->run();
> deltas.clear();