Closed smix8 closed 2 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.
Thanks!
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.