From f5d3659e8a56cd6e9cd9cca4ccbb197f4d133f4b Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 19 Jan 2021 10:28:08 +0100 Subject: [PATCH] Updated SGCT configuration link (closes #1457) --- openspace.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspace.cfg b/openspace.cfg index d94f164206..2eba4ff450 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -21,7 +21,7 @@ SGCTConfig = sgct.config.single{vsync=false} -- SGCTConfig = sgct.config.single{2560, 1440, shared=true, name="WV_OBS_SPOUT1"} --for more details about sgct configuration options see: --- http://wiki.openspaceproject.com/docs/users/configfile +-- https://sgct.github.io/configuration-files.html -- To use a sgct configuration file set the variable like below -- SGCTConfig = "${CONFIG}/single_gui.xml"