mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 08:56:59 -04:00
use 2x msaa by default instead of 4x (#1797)
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user