]> git.seodisparate.com - EntityComponentMetaSystem/commit
Fix bug with duplicate signatures
authorStephen Seo <seo.disparate@gmail.com>
Wed, 15 Nov 2017 06:36:04 +0000 (15:36 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 15 Nov 2017 06:36:04 +0000 (15:36 +0900)
commit506b027655ef4b8980aebe8256ff984fcc448327
treecaf73ecd5ce62b5c59d6cfdb5d266ea759fb918c
parent6b0e950c84614b99ad24fa108e448d1db767dfc8
Fix bug with duplicate signatures

Fixed bug where if forMatchingSignatures and forMatchingSignaturesPtr
was called with some signatures in the TypeList being duplicates, then
only the first duplicate and function pair would be called, and all
other functions paired with other duplicate signatures would not be
called.
src/EC/Manager.hpp
src/EC/Meta/ForEachDoubleTuple.hpp [new file with mode: 0644]
src/EC/Meta/ForEachWithIndex.hpp [new file with mode: 0644]
src/EC/Meta/Meta.hpp
src/test/ECTest.cpp