summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-10-14 14:09:42 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-10-14 14:09:42 -0500
commit5c00d0a54e0ad1cf596fbbcdb0c5ddc9ee29888f (patch)
treee194fa96216c9e8025552b7ee1bc53fb900f0743 /editor/editor_node.cpp
parent47d45f1a4ef5f89836b6a5dfceff43e905e05b76 (diff)
parenta4d724b37c2eb0c8d5f806a0067746cb34e34979 (diff)
downloadredot-engine-5c00d0a54e0ad1cf596fbbcdb0c5ddc9ee29888f.tar.gz
Merge pull request #94371 from KoBeWi/insane_particle_unification_😱
Unify particle editors
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index d88fb134f1..95b3c30d1b 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -6737,10 +6737,6 @@ EditorNode::EditorNode() {
ED_SHORTCUT("editor/group_selected_nodes", TTR("Group Selected Node(s)"), KeyModifierMask::CMD_OR_CTRL | Key::G);
ED_SHORTCUT("editor/ungroup_selected_nodes", TTR("Ungroup Selected Node(s)"), KeyModifierMask::CMD_OR_CTRL | KeyModifierMask::SHIFT | Key::G);
- // Used in the GPUParticles/CPUParticles 2D/3D editor plugins.
- // The shortcut is Ctrl + R even on macOS, as Cmd + R is used to run the current scene on macOS.
- ED_SHORTCUT("particles/restart_emission", TTR("Restart Emission"), KeyModifierMask::CTRL | Key::R);
-
FileAccess::set_backup_save(EDITOR_GET("filesystem/on_save/safe_save_on_backup_then_rename"));
_update_vsync_mode();