mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
modified cfg
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
-- SGCTConfig = sgct.config.single{}
|
||||
|
||||
-- A regular 1920x1080 window
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080}
|
||||
SGCTConfig = sgct.config.single{1920, 1080, vsync=true, refreshRate=30, border=false}
|
||||
SGCTConfig = sgct.config.single{1920, 1080}
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080, vsync=true, refreshRate=30, border=false}
|
||||
|
||||
-- A windowed 1920x1080 fullscreen
|
||||
-- SGCTConfig = sgct.config.single{1920, 1080, border=false, windowPos={0,0}}
|
||||
|
||||
Reference in New Issue
Block a user