Removing the comment

This commit is contained in:
samcake 2017-01-18 15:03:31 -08:00
parent 246dcbd0c0
commit e3da6aa9f1

View file

@ -170,7 +170,6 @@ 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;
}
}
}