From 99716fbe30a15dfe945f6a92f2785426b718ad9c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 7 Apr 2026 06:46:32 +0200 Subject: [PATCH] Add water reflection mode selection in advanced rendering settings --- src/app/App.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index 61afbdad..0c1256c0 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -6096,6 +6096,25 @@ export function App({ store, initialStatusMessage }: AppProps) { + {advancedRendering.waterPath === "quality" ? ( + + ) : null} )}