mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Make the WindowWrapper a PropertyOwner and add SGCT properties to the subclass (closes #260)
This commit is contained in:
@@ -55,6 +55,7 @@ OnScreenGUIModule::OnScreenGUIModule()
|
||||
gui._globalProperty.setSource(
|
||||
[]() {
|
||||
std::vector<properties::PropertyOwner*> res = {
|
||||
&(OsEng.windowWrapper()),
|
||||
&(OsEng.settingsEngine()),
|
||||
&(OsEng.interactionHandler()),
|
||||
&(OsEng.renderEngine())
|
||||
|
||||
Reference in New Issue
Block a user