godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.46k stars 21.26k forks source link

Change navigation map performance monitor to use a struct #99626

Closed smix8 closed 2 days ago

smix8 commented 4 days ago

Changes navigation map performance monitor to use a struct as it is easier to pass to sub functions.

It is impossible to split that giant map sync function with so many properties that would need to be passed to sub functions individually.

Repiteo commented 2 days ago

Thanks!