Merge branch 'master' of github.com:OpenSpace/OpenSpace

This commit is contained in:
Alexander Bock
2022-02-10 16:00:40 +01:00
23 changed files with 102 additions and 479 deletions

View File

@@ -28,7 +28,6 @@
#include <modules/server/include/jsonconverters.h>
#include <modules/volume/transferfunctionhandler.h>
#include <openspace/engine/globals.h>
#include <openspace/engine/virtualpropertymanager.h>
#include <openspace/engine/windowdelegate.h>
#include <openspace/navigation/navigationhandler.h>
#include <openspace/network/parallelpeer.h>
@@ -88,8 +87,7 @@ json GetPropertyTopic::allProperties() {
global::renderEngine,
global::luaConsole,
global::parallelPeer,
global::navigationHandler,
global::virtualPropertyManager,
global::navigationHandler
}
}
};