andriyDev / bevy_landmass

A crate for Bevy to use landmass.
Apache License 2.0
7 stars 1 forks source link

Fix the nav mesh getting reset every frame. #20

Closed andriyDev closed 9 months ago

andriyDev commented 9 months ago

I accidentally negated this, so an island would keep gettings its nav mesh set until a different nav mesh is set, at which point it would stop getting set.

Now it works how you'd expect!