fix write priorities not breing cleared after frame

pull/5/head
Evan Hemsley 2019-12-05 23:55:17 -08:00
parent 6ec05a1625
commit 436cd9c5d2
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ namespace Encompass
public override void Clear() public override void Clear()
{ {
store.Clear(); store.Clear();
priorities.Clear();
} }
public IEnumerable<(Entity, TComponent)> All() public IEnumerable<(Entity, TComponent)> All()