]> git.seodisparate.com - EntityComponentMetaSystem/commit
Fix bug with multiple sig/func call
authorStephen Seo <seo.disparate@gmail.com>
Fri, 1 Dec 2017 10:20:59 +0000 (19:20 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 1 Dec 2017 10:20:59 +0000 (19:20 +0900)
commit6f0b7cb65b9faabca7f11174f832f523ef7245cd
treefce82514965c4630cf69ee617b18ce08b8d9fc2d
parentf8d27d65d349d75886efe01361f14dd0cd6492ad
Fix bug with multiple sig/func call

Fixed bug where if an entity is deleted during a multiple
signature/function call but matched a later signature/function, it would
still be called in that later function.

Minor fixes as well.
src/EC/Manager.hpp
src/test/ECTest.cpp