Change navigation region and link updates to an async process
Changes navigation region and link updates to an async process.
This commit is contained in:
@@ -1707,6 +1707,7 @@ ProjectSettings::ProjectSettings() {
|
||||
|
||||
#if !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
|
||||
GLOBAL_DEF("navigation/world/map_use_async_iterations", true);
|
||||
GLOBAL_DEF("navigation/world/region_use_async_iterations", true);
|
||||
|
||||
GLOBAL_DEF("navigation/avoidance/thread_model/avoidance_use_multiple_threads", true);
|
||||
GLOBAL_DEF("navigation/avoidance/thread_model/avoidance_use_high_priority_threads", true);
|
||||
|
||||
Reference in New Issue
Block a user