Skip to content

Commit 76c5336

Browse files
fix: update location fo node_3d_editor_gizmos.cpp
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent dac6f82 commit 76c5336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/editor/introduction_to_editor_development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Some important files in the editor are:
5252
The 2D editor viewport and related functionality (toolbar at the top, editing modes, overlaid helpers/panels, …).
5353
- `editor/plugins/node_3d_editor_plugin.cpp <https://github.com/godotengine/godot/blob/master/editor/plugins/node_3d_editor_plugin.cpp>`__:
5454
The 3D editor viewport and related functionality (toolbar at the top, editing modes, overlaid panels, …).
55-
- `editor/node_3d_editor_gizmos.cpp <https://github.com/godotengine/godot/blob/master/editor/node_3d_editor_gizmos.cpp>`__:
55+
- `editor/plugins/node_3d_editor_gizmos.cpp <https://github.com/godotengine/godot/blob/master/editor/plugins/node_3d_editor_gizmos.cpp>`__:
5656
Where the 3D editor gizmos are defined and drawn.
5757
This file doesn't have a 2D counterpart as 2D gizmos are drawn by the nodes themselves.
5858

0 commit comments

Comments
 (0)