yohamta / donburi

Just another ECS library for Go/Ebitengine
https://pkg.go.dev/github.com/yohamta/donburi
Other
232 stars 21 forks source link

remove storage.Index field 'iterator' #110

Closed soul-walker closed 9 months ago

soul-walker commented 9 months ago
  1. remove struct Index field 'iterator'
  2. update SearchFrom function to use new ArchetypeIterator instead of use Index field 'iterator',because in parallel env,this could cause bug: index out of range
yohamta commented 9 months ago

Hey 👋, thanks for the PR. LGTM.