spicylobstergames / astratomic

Survival game inspired by Noita and Starbound, fueled by Rust and Bevy.
Other
97 stars 8 forks source link

fix: Better performance #17

Closed Zac8668 closed 9 months ago

Zac8668 commented 9 months ago

Removed unnecessary mutable reference borrowing, from all the chunks to just the ones active. This actually helps a lot with performance, probably already setting the ground to #20