mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Remove Clang warnings
This commit is contained in:
@@ -281,12 +281,12 @@ void CaptionText(const char* text) {
|
||||
GUI::GUI()
|
||||
: GuiComponent("Main")
|
||||
, _globalProperty("Global Properties")
|
||||
, _moduleProperty("Module Properties")
|
||||
, _sceneProperty(
|
||||
"Scene Properties",
|
||||
GuiPropertyComponent::UseTreeLayout::Yes
|
||||
)
|
||||
, _screenSpaceProperty("ScreenSpace Properties")
|
||||
, _moduleProperty("Module Properties")
|
||||
, _virtualProperty("Virtual Properties")
|
||||
, _featuredProperties("Featured Properties", GuiPropertyComponent::UseTreeLayout::No)
|
||||
, _showInternals(false)
|
||||
|
||||
Reference in New Issue
Block a user