laundmo / bevy-spatial

Spatial datastructures for Bevy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change SpatialAccess trait to pass a iterator to recreate()

laundmo opened this issue · comments

commented

Currently, SpatialAccess.recreate takes a Vec which is not ideal, it would be much better if it could take a iterator and avoid a copy