The issue I was experiencing that I narrowed down to this commit was components not being transferred correctly when an entity moves between Rooms in the game. I narrowed bug down to this commit through git bisect. If any of you guys want to dig into this, feel free!
Reverts 6546da2 what seem to be breaking changes from the upgrade to a newer version of Crane that I worked on with @timothyhahn. The idea in https://github.com/timothyhahn/crane/commit/f980d8d9369f6db3566ffa1818d0ff331de66f2d was to rid us from having to use
classOf[X]
everywhere and instead just query for the type itself.The issue I was experiencing that I narrowed down to this commit was components not being transferred correctly when an entity moves between
Room
s in the game. I narrowed bug down to this commit throughgit bisect
. If any of you guys want to dig into this, feel free!