From 131bd740f6b5a024eda49c21c06621526cef7285 Mon Sep 17 00:00:00 2001 From: tpart Date: Sat, 17 Aug 2024 16:16:57 +0200 Subject: Enable SSAO in high preset --- client/global.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.3