Undo change in openspace.cfg

This commit is contained in:
Alexander Bock
2015-05-25 19:38:21 +02:00
parent 659326b9a9
commit 3a8a178c6a
+2 -2
View File
@@ -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
}