]> git.tdb.fi Git - libs/game.git/commit
Use a different way of determining the default transactor of a component
authorMikko Rasa <tdb@tdb.fi>
Mon, 31 Mar 2025 11:59:33 +0000 (14:59 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 31 Mar 2025 12:01:14 +0000 (15:01 +0300)
commitee2c9f5da033356b6901ff442749c7253e5aff45
treecba62a73be6c9484fb5802b931b4858dfb49f526
parent6c4407422296a868850cdee12b1f513da1a9d17c
Use a different way of determining the default transactor of a component

Declaring the type alias in BufferedComponent results in a transactor
for BufferedComponent<T>, which does not match the actual type used in
system dependencies.
source/game/component.h
source/game/system.h
source/game/transactor.h