diff options
-rw-r--r-- | client/global.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd index d660173a..be83057f 100644 --- a/client/global.gd +++ b/client/global.gd @@ -98,7 +98,7 @@ var presets: Array[Preset] = [ tr("High"): { "ui_blur": true, "aa": 2, - "ssao": false, + "ssao": true, "taa": false, "shadows": true, "glow": true, |