mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
fix
This commit is contained in:
parent
9b8f51aede
commit
a0158918a7
@ -288,7 +288,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
||||
while (next)
|
||||
{
|
||||
result++;
|
||||
next = propsCounter.Next(false);
|
||||
next = propsCounter.Next(true);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user