mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Renamed fixed_process to physics_process
This commit is contained in:
@@ -397,7 +397,7 @@ public:
|
||||
virtual void add_profiling_frame_data(const StringName &p_name, const Array &p_data) = 0;
|
||||
virtual void profiling_start() = 0;
|
||||
virtual void profiling_end() = 0;
|
||||
virtual void profiling_set_frame_times(float p_frame_time, float p_idle_time, float p_fixed_time, float p_fixed_frame_time) = 0;
|
||||
virtual void profiling_set_frame_times(float p_frame_time, float p_idle_time, float p_physics_time, float p_physics_frame_time) = 0;
|
||||
|
||||
ScriptDebugger();
|
||||
virtual ~ScriptDebugger() { singleton = NULL; }
|
||||
|
||||
Reference in New Issue
Block a user