diff --git a/src/Internal/Editor/EcsGUI.cs b/src/Internal/Editor/EcsGUI.cs index 9b900d6..bd18a12 100644 --- a/src/Internal/Editor/EcsGUI.cs +++ b/src/Internal/Editor/EcsGUI.cs @@ -288,7 +288,7 @@ namespace DCFApixels.DragonECS.Unity.Editors while (next) { result++; - next = propsCounter.Next(false); + next = propsCounter.Next(true); } return result; }