diff --git a/openspace.cfg b/openspace.cfg index 17a9b81517..058d110b52 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -45,7 +45,7 @@ SGCTConfig = sgct.config.single{} -- Sets the scene that is to be loaded by OpenSpace. A scene file is a description -- of all entities that will be visible during an instance of OpenSpace ---Asset = "default" +Asset = "default" -- Asset = "default_full" -- Asset = "newhorizons" -- Asset = "rosetta" @@ -63,7 +63,7 @@ SGCTConfig = sgct.config.single{} -- Sets the profile that should be loaded by OpenSpace. Profiles are going to replace -- assets in a future versions and shouldn't be used at the same time as the 'Asset' -- setting above -Profile = "default" +-- Profile = "default" -- These scripts are executed after the initialization of each scene, thus making -- it possible to have global overrides to default values or execute other scripts