Merge branch 'dev'

This commit is contained in:
Mikhail 2024-05-18 16:16:34 +08:00
commit bc4de79aa1
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"displayName": "DragonECS-Unity",
"description": "Integration with Unity for DragonECS",
"unity": "2021.2",
"version": "0.3.21",
"version": "0.3.22",
"repository": {
"type": "git",
"url": "https://github.com/DCFApixels/DragonECS-Unity.git"

View File

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