diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-09 12:17:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-09 12:17:07 +0100 |
commit | 1f37c8e0481220b8681803824ebea16b05639786 (patch) | |
tree | e1fedfef26a868689d160af7acf8a480d4b394d8 /editor/plugins/spatial_editor_plugin.h | |
parent | d9524d88904556b2a755beff6dea61ad5f8488f8 (diff) | |
parent | 126cec41e68e47184e1804b14a26cef7ba493f19 (diff) | |
download | redot-engine-1f37c8e0481220b8681803824ebea16b05639786.tar.gz |
Merge pull request #36914 from guilhermefelipecgs/fix_check_view_information
Fix the VIEW_INFORMATION checkbox not being selected (visually)
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 8a10ef935c..14153dd63b 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -208,6 +208,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, |