From 76c533610cefac171760cd437413d87b4071c3c7 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Fri, 4 Aug 2023 18:17:25 +0300 Subject: [PATCH] fix: update location fo node_3d_editor_gizmos.cpp Signed-off-by: Emmanuel Ferdman --- .../development/editor/introduction_to_editor_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/editor/introduction_to_editor_development.rst b/contributing/development/editor/introduction_to_editor_development.rst index 9613bcb62ed..f5d23b08458 100644 --- a/contributing/development/editor/introduction_to_editor_development.rst +++ b/contributing/development/editor/introduction_to_editor_development.rst @@ -52,7 +52,7 @@ Some important files in the editor are: The 2D editor viewport and related functionality (toolbar at the top, editing modes, overlaid helpers/panels, …). - `editor/plugins/node_3d_editor_plugin.cpp `__: The 3D editor viewport and related functionality (toolbar at the top, editing modes, overlaid panels, …). -- `editor/node_3d_editor_gizmos.cpp `__: +- `editor/plugins/node_3d_editor_gizmos.cpp `__: Where the 3D editor gizmos are defined and drawn. This file doesn't have a 2D counterpart as 2D gizmos are drawn by the nodes themselves.