From 35b7c646fd7f80b64c1ef49b6d81f9df9bc1b940 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Tue, 26 Dec 2017 00:57:52 -0500 Subject: Major update --- bin/client/data/deviceinit.lua | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'bin/client/data/deviceinit.lua') 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. -- cgit v1.2.3-70-g09d2