]> git.tdb.fi Git - libs/game.git/commit
Avoid committing systems at the wrong time
authorMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2025 13:28:27 +0000 (16:28 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 30 Mar 2025 13:28:27 +0000 (16:28 +0300)
commit6c4407422296a868850cdee12b1f513da1a9d17c
tree6c75145aa6ec765739cdc10fee8f7e975cfcf472
parent4bd43a481ca5a4d2d0f38f8afcb23811283ebfaa
Avoid committing systems at the wrong time

Checks were missing to only commit a system after it has finished
running and not committing it a second time.
source/game/systemscheduler.cpp