1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-07 01:41:10 +01:00

- moved function.

This commit is contained in:
cage 2020-12-31 11:38:37 +01:00
parent 3245239eee
commit e9e4071132

View File

@ -56,8 +56,8 @@ etc.) happened"
(declare (ignore w e)) (declare (ignore w e))
(incf-dt) (incf-dt)
(incf-ticks) (incf-ticks)
(scheduled-events:run-scheduled-events *ticks*)
(when (not (program-events:stop-event-dispatching-p)) (when (not (program-events:stop-event-dispatching-p))
(scheduled-events:run-scheduled-events *ticks*)
(program-events:dispatch-program-events)) (program-events:dispatch-program-events))
(windows:calculate-all +dt+))))) (windows:calculate-all +dt+)))))