You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Renamed fixed_process to physics_process
This commit is contained in:
@@ -1850,7 +1850,7 @@ void SpatialEditorViewport::_notification(int p_what) {
|
||||
last_message = message;
|
||||
}
|
||||
|
||||
message_time -= get_fixed_process_delta_time();
|
||||
message_time -= get_physics_process_delta_time();
|
||||
if (message_time < 0)
|
||||
surface->update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user