use 2x msaa by default instead of 4x (#1797)

This commit is contained in:
ManDude
2022-08-25 00:34:23 +01:00
committed by GitHub
parent 01abde35d8
commit c441e209d2
+1 -1
View File
@@ -444,7 +444,7 @@
(pc-get-screen-size -1 (&-> obj width) (&-> obj height))
(set-display-mode! obj 'fullscreen)
(set! (-> obj gfx-msaa) 4) ;; 4x msaa
(set! (-> obj gfx-msaa) 2) ;; 2x msaa
(none))