Skip to content

Commit

Permalink
Fixes #180
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Nov 26, 2023
1 parent 6c4a006 commit 7a9bad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Arch/Core/World.cs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ public void Clear()
JobHandles.Clear();
GroupToArchetype.Clear();
EntityInfo.Clear();
RecycledIds.Clear();
QueryCache.Clear();

// Set archetypes to null to free them manually since Archetypes are set to ClearMode.Never to fix #65
Expand Down

0 comments on commit 7a9bad5

Please sign in to comment.