1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Fix the VIEW_INFORMATION checkbox not being selected

Generated id of "Display Advanced..." was in conflict with "View Information"
This commit is contained in:
Guilherme Felipe
2020-03-08 15:23:04 -03:00
parent 78adce833b
commit 126cec41e6
2 changed files with 2 additions and 1 deletions

View File

@@ -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,