ecs icon indicating copy to clipboard operation
ecs copied to clipboard

Fix/fixed arch FilterList multithreading

Open opengs opened this issue 2 years ago • 1 comments

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.

opengs avatar Oct 25 '23 01:10 opengs

Whoops. I have changes from other pull request here

opengs avatar Oct 25 '23 01:10 opengs