mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix duplicate NavigationServer process
NavigationServer process was called twice each frame Also adds 3 missing MONITOR_TYPE entries.
This commit is contained in:
parent
7c2768c2f8
commit
be9224eaa8
@ -3035,7 +3035,6 @@ bool Main::iteration() {
|
||||
break;
|
||||
}
|
||||
|
||||
NavigationServer3D::get_singleton()->process(physics_step * time_scale);
|
||||
uint64_t navigation_begin = OS::get_singleton()->get_ticks_usec();
|
||||
|
||||
NavigationServer3D::get_singleton()->process(physics_step * time_scale);
|
||||
|
@ -249,6 +249,9 @@ Performance::MonitorType Performance::get_monitor_type(Monitor p_monitor) const
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
MONITOR_TYPE_QUANTITY,
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user