aboutsummaryrefslogtreecommitdiff
path: root/bin/client/data/deviceinit.lua
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-12-26 00:57:52 -0500
committerAlexander Pickering <alexandermpickering@gmail.com>2017-12-26 00:57:52 -0500
commit35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940 (patch)
treed345f620b51ae1ad1d7923e572a6b07ed8731ee5 /bin/client/data/deviceinit.lua
parentcc12503339004bae2f945e7f7339fc845b2a194f (diff)
downloadbrokengine-35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940.tar.gz
brokengine-35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940.tar.bz2
brokengine-35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940.zip
Major update
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.