diff options
author | AndreaCatania <info@andreacatania.com> | 2017-09-30 16:19:07 +0200 |
---|---|---|
committer | AndreaCatania <info@andreacatania.com> | 2017-09-30 16:19:07 +0200 |
commit | 4537977d6dd2a76580d9ab611a18634efab55c74 (patch) | |
tree | 387e51e9bb1ed9b322312243c8b7d520292f3122 /editor/plugins/spatial_editor_plugin.cpp | |
parent | 4f39ce32b9195405f934445b20059e86632b47f9 (diff) | |
download | redot-engine-4537977d6dd2a76580d9ab611a18634efab55c74.tar.gz |
Renamed fixed_process to physics_process
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index 5ddd1c5b62..69cfc05e2b 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -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(); } |