This commit is contained in:
Mikhail 2024-05-18 16:15:47 +08:00
parent 9b8f51aede
commit a0158918a7

View File

@ -288,7 +288,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
while (next)
{
result++;
next = propsCounter.Next(false);
next = propsCounter.Next(true);
}
return result;
}