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
bc4de79aa1
commit
a3e34354c7
@ -284,7 +284,7 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
|||||||
var propsCounter = property.Copy();
|
var propsCounter = property.Copy();
|
||||||
int lastDepth = propsCounter.depth;
|
int lastDepth = propsCounter.depth;
|
||||||
bool next = propsCounter.Next(true) && lastDepth < propsCounter.depth;
|
bool next = propsCounter.Next(true) && lastDepth < propsCounter.depth;
|
||||||
int result = next ? -1 : 0;
|
int result = 0;
|
||||||
while (next)
|
while (next)
|
||||||
{
|
{
|
||||||
result++;
|
result++;
|
||||||
|
Loading…
Reference in New Issue
Block a user