]> git.tdb.fi Git - libs/game.git/commit
Add a way for systems to do things at the end of a tick
authorMikko Rasa <tdb@tdb.fi>
Fri, 4 Nov 2022 22:40:55 +0000 (00:40 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 4 Nov 2022 22:40:55 +0000 (00:40 +0200)
commitc7177adc21993307482b2c18dc4db6a03361586d
treedc05c966eaf4d5d86926351a67e5798fe4c001e7
parent76d859d1429782901799c9886f833cd331b670ce
Add a way for systems to do things at the end of a tick

Objects should not be created or destroyed mid-tick.
source/game/stage.cpp
source/game/system.cpp [new file with mode: 0644]
source/game/system.h