registry: suppress a false warning from clang
This commit is contained in:
@@ -1080,7 +1080,7 @@ public:
|
||||
curr.second->clear();
|
||||
}
|
||||
|
||||
each([this](const auto entity) { release(entity); });
|
||||
each([this](const auto entity) { this->release(entity); });
|
||||
} else {
|
||||
(assure<Component>().clear(), ...);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user