]> git.seodisparate.com - EntityComponentMetaSystem/commit
Fix stored functions not being called in order
authorStephen Seo <seo.disparate@gmail.com>
Thu, 22 Nov 2018 05:28:31 +0000 (14:28 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 22 Nov 2018 05:31:55 +0000 (14:31 +0900)
commit8f133acbc689e1fff036d2e2dc48471994ee0856
tree62a0fef001eb185bcbcb4d3f5ece31e092bd88cb
parent8c462b83a159d6408cde1b1817cf452d34041806
Fix stored functions not being called in order

Manager::callForMatchingFunctions should now call all functions in the
order they were added.
src/EC/Manager.hpp
src/test/ECTest.cpp