Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baetz-daniel committed Dec 14, 2020
1 parent b364f42 commit acfe97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exomia.ECS/EntityManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void AddSystems(string name,
out EntitySystemBase[] systems,
out int systemsCount)
{
systems = new EntitySystemBase[updateableConfigurations.Count];
systems = new EntitySystemBase[configurations.Count];
systemsCount = systems.Length;
for (int i = 0; i < configurations.Count; i++)
{
Expand Down

0 comments on commit acfe97c

Please sign in to comment.