mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
Fixes that NavigationPolygon did not update in all cases because the internal NavigationMesh was not always unref and freed which blocked creating a new mesh later if nothing else freed it.