minor changes
This commit is contained in:
@@ -272,7 +272,7 @@ class basic_registry {
|
||||
}
|
||||
};
|
||||
|
||||
pdata->remove = [](basic_registry ®istry, const Entity entt) {
|
||||
pdata->remove = +[](basic_registry ®istry, const Entity entt) {
|
||||
registry.pool<Component>()->remove(registry, entt);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user