diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2020-03-08 15:23:04 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2020-03-08 15:34:41 -0300 |
commit | 126cec41e68e47184e1804b14a26cef7ba493f19 (patch) | |
tree | d0c9810289c879e5ee6cbbcb21301d0dc8f2e168 /editor/plugins/spatial_editor_plugin.h | |
parent | 78adce833bce49ef1bf1503956a6162a1c6dd8b2 (diff) | |
download | redot-engine-126cec41e68e47184e1804b14a26cef7ba493f19.tar.gz |
Fix the VIEW_INFORMATION checkbox not being selected
Generated id of "Display Advanced..." was in conflict with "View Information"
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
-rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index a4d6b13389..320604d410 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -168,6 +168,7 @@ class SpatialEditorViewport : public Control { VIEW_DISPLAY_OVERDRAW, VIEW_DISPLAY_SHADELESS, VIEW_DISPLAY_LIGHTING, + VIEW_DISPLAY_ADVANCED, VIEW_DISPLAY_NORMAL_BUFFER, VIEW_DISPLAY_DEBUG_SHADOW_ATLAS, VIEW_DISPLAY_DEBUG_DIRECTIONAL_SHADOW_ATLAS, |