diff options
| author | AndreaCatania | 2017-09-30 16:19:07 +0200 |
|---|---|---|
| committer | AndreaCatania | 2017-09-30 16:19:07 +0200 |
| commit | 4537977d6dd2a76580d9ab611a18634efab55c74 (patch) | |
| tree | 387e51e9bb1ed9b322312243c8b7d520292f3122 /editor/plugins/mesh_editor_plugin.cpp | |
| parent | 4f39ce32b9195405f934445b20059e86632b47f9 (diff) | |
| download | godot-4537977d6dd2a76580d9ab611a18634efab55c74.tar.gz godot-4537977d6dd2a76580d9ab611a18634efab55c74.tar.zst godot-4537977d6dd2a76580d9ab611a18634efab55c74.zip | |
Diffstat (limited to 'editor/plugins/mesh_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/mesh_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/mesh_editor_plugin.cpp b/editor/plugins/mesh_editor_plugin.cpp index b77563676..74618aecc 100644 --- a/editor/plugins/mesh_editor_plugin.cpp +++ b/editor/plugins/mesh_editor_plugin.cpp @@ -47,7 +47,7 @@ void MeshEditor::_gui_input(Ref<InputEvent> p_event) { void MeshEditor::_notification(int p_what) { - if (p_what == NOTIFICATION_FIXED_PROCESS) { + if (p_what == NOTIFICATION_PHYSICS_PROCESS) { } if (p_what == NOTIFICATION_READY) { |
