mirror of
https://github.com/godotengine/godot.git
synced 2025-02-16 15:50:45 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
NavigationServer3D::get_singleton()->process(physics_step * time_scale);
|
|
||||||
uint64_t navigation_begin = OS::get_singleton()->get_ticks_usec();
|
uint64_t navigation_begin = OS::get_singleton()->get_ticks_usec();
|
||||||
|
|
||||||
NavigationServer3D::get_singleton()->process(physics_step * time_scale);
|
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,
|
||||||
|
MONITOR_TYPE_QUANTITY,
|
||||||
|
MONITOR_TYPE_QUANTITY,
|
||||||
|
MONITOR_TYPE_QUANTITY,
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user