summaryrefslogtreecommitdiffstats
path: root/editor/plugins/node_3d_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-09-09 22:39:29 +0200
committerGitHub <noreply@github.com>2020-09-09 22:39:29 +0200
commitab7e7b8116be3f9c7e9a6ad9ef07c3c08936d8b6 (patch)
tree9ccaa24fb75a3b61c9b2e2afd3956abe0b4969a2 /editor/plugins/node_3d_editor_plugin.cpp
parent9a1173c02425ef349dff2fe74e6f595cec73201b (diff)
parent3e0226515eec5f904701fce36c7856617d3ca6b8 (diff)
downloadredot-engine-ab7e7b8116be3f9c7e9a6ad9ef07c3c08936d8b6.tar.gz
Merge pull request #41926 from Calinou/rename-shortcut-sentence-case
Rename ShortCut to Shortcut which is more grammatically correct
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.cpp')
-rw-r--r--editor/plugins/node_3d_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.cpp b/editor/plugins/node_3d_editor_plugin.cpp
index 952487c13c..d28bbadf39 100644
--- a/editor/plugins/node_3d_editor_plugin.cpp
+++ b/editor/plugins/node_3d_editor_plugin.cpp
@@ -2246,7 +2246,7 @@ Point2i Node3DEditorViewport::_get_warped_mouse_motion(const Ref<InputEventMouse
}
static bool is_shortcut_pressed(const String &p_path) {
- Ref<ShortCut> shortcut = ED_GET_SHORTCUT(p_path);
+ Ref<Shortcut> shortcut = ED_GET_SHORTCUT(p_path);
if (shortcut.is_null()) {
return false;
}