diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-03 13:29:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 13:29:16 +0100 |
| commit | a84ad91280dabed66f786504dc2b796468bc742c (patch) | |
| tree | d010924452cfac333a20643764e2c7d8c04852d9 /editor/plugins/node_3d_editor_plugin.h | |
| parent | 5861bac21e8a0846587b57c13c3c63cd4f9d148a (diff) | |
| parent | 4eb328623031212e4baa5c7eb63c586929910524 (diff) | |
| download | redot-engine-a84ad91280dabed66f786504dc2b796468bc742c.tar.gz | |
Merge pull request #43896 from RandomShaper/fix_rel_probe_vis
Put misc. 3D tool visible instances on their own layer
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.h')
| -rw-r--r-- | editor/plugins/node_3d_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.h b/editor/plugins/node_3d_editor_plugin.h index 2e98fcad4c..12080ea1f0 100644 --- a/editor/plugins/node_3d_editor_plugin.h +++ b/editor/plugins/node_3d_editor_plugin.h @@ -229,6 +229,7 @@ public: GIZMO_BASE_LAYER = 27, GIZMO_EDIT_LAYER = 26, GIZMO_GRID_LAYER = 25, + MISC_TOOL_LAYER = 24, FRAME_TIME_HISTORY = 20, }; |
