mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Update version number to 0.15.0
Move AllowAddresses out of Interface into Server in openspace.cfg to circumvent potential stack corruption Make lua_state not being copied
This commit is contained in:
@@ -36,6 +36,12 @@ namespace openspace::documentation { struct Documentation; }
|
||||
namespace openspace::configuration {
|
||||
|
||||
struct Configuration {
|
||||
Configuration() = default;
|
||||
Configuration(Configuration&&) = default;
|
||||
Configuration(const Configuration&) = delete;
|
||||
Configuration& operator=(const Configuration&) = delete;
|
||||
Configuration& operator=(Configuration&&) = default;
|
||||
|
||||
std::string windowConfiguration = "${CONFIG}/single.xml";
|
||||
std::string asset;
|
||||
std::vector<std::string> globalCustomizationScripts;
|
||||
|
||||
Reference in New Issue
Block a user