aboutsummaryrefslogtreecommitdiff
path: root/bin/client/data/deviceinit.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bin/client/data/deviceinit.lua')
-rw-r--r--bin/client/data/deviceinit.lua7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/client/data/deviceinit.lua b/bin/client/data/deviceinit.lua
index ebc9cc3..dd31a34 100644
--- a/bin/client/data/deviceinit.lua
+++ b/bin/client/data/deviceinit.lua
@@ -1,4 +1,3 @@
-print("Hello, world!")
return {
--[[
Anti-Alias
@@ -36,7 +35,7 @@ return {
Should the window use doublebuffering?
Default:false
]]
- ["Double Buffer"] = false,
+ ["Double Buffer"] = true,
--[[
Multithreaded
Should the display use multiple threads?
@@ -68,7 +67,7 @@ return {
Should the stencil buffer be enabled?
Default:false
]]
- ["Stencil Buffer"] = false,
+ ["Stencil Buffer"] = true,
--[[
Stereo Buffer
Should the window use stereo buffers?
@@ -81,7 +80,7 @@ return {
Enable this if you are getting graphical artifacts
Default:false
]]
- ["VSync"] = false,
+ ["VSync"] = true,
--[[
Window Width/height
Adjusts the size of the window.