summaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd2
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,