diff --git a/openspace.cfg b/openspace.cfg index cbfe4c5435..1fb1965c3e 100644 --- a/openspace.cfg +++ b/openspace.cfg @@ -53,6 +53,6 @@ return { Type = "text", File = "${BASE_PATH}/Properties.txt" }, - -- RenderingMethod = "ABufferSingleLinked" -- On Windows and Unix - RenderingMethod = "ABufferFrameBuffer" -- On Mac due to OpenGL 4.1 restrictions + RenderingMethod = "ABufferSingleLinked" -- On Windows and Unix + -- RenderingMethod = "ABufferFrameBuffer" -- On Mac due to OpenGL 4.1 restrictions } \ No newline at end of file