ecs
ecs copied to clipboard
Fix/fixed arch FilterList multithreading
Access to FilterList in arch.go wasn't safe. Also dictionary map was replaces with simple array (check code).
After tests, ECS started to work from multiple goroutines.
Whoops. I have changes from other pull request here