avoiding the exclusive filtering behavior

This commit is contained in:
samcake 2017-01-17 10:54:45 -08:00
parent 960f4f0ead
commit 305e308575

View file

@ -170,7 +170,7 @@ namespace render {
for (size_t i = 0; i < NUM_FILTERS; i++) {
if (_filters[i].test(itemKey)) {
outItems[i].template edit<ItemBounds>().emplace_back(itemBound);
break;
// break;
}
}
}