mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 11:43:16 +02:00
Removing the comment
This commit is contained in:
parent
246dcbd0c0
commit
e3da6aa9f1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue