Pausing content (#3061)
* Change EntityQuery to not retrieve paused by default * GetAllComponents Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com>
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Content.Benchmarks
|
||||
{
|
||||
var count = 0;
|
||||
|
||||
foreach (var _ in _componentManager.EntityQuery<DummyComponent>())
|
||||
foreach (var _ in _componentManager.EntityQuery<DummyComponent>(true))
|
||||
{
|
||||
count += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user