由于卡顿,关闭msaa
This commit is contained in:
2
conf.lua
2
conf.lua
@@ -25,7 +25,7 @@ function love.conf(t)
|
|||||||
W.resizable=true
|
W.resizable=true
|
||||||
W.fullscreen=false
|
W.fullscreen=false
|
||||||
W.vsync=0--Unlimited FPS
|
W.vsync=0--Unlimited FPS
|
||||||
W.msaa=10--Multi-sampled antialiasing
|
W.msaa=0--Multi-sampled antialiasing
|
||||||
W.depth=0--Bits/samp of depth buffer
|
W.depth=0--Bits/samp of depth buffer
|
||||||
W.stencil=1--Bits/samp of stencil buffer
|
W.stencil=1--Bits/samp of stencil buffer
|
||||||
W.display=1--Monitor ID
|
W.display=1--Monitor ID
|
||||||
|
|||||||
Reference in New Issue
Block a user