From 45a8770deb652ad321c2ba1cceffa6a10e516ced Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 27 Feb 2024 21:35:51 -0500 Subject: [PATCH] Cut the amplitude on the underwater wave in GL --- src/hardware/hw_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/hw_main.c b/src/hardware/hw_main.c index 5a0d997fa..598d074db 100644 --- a/src/hardware/hw_main.c +++ b/src/hardware/hw_main.c @@ -5894,7 +5894,7 @@ void HWR_DoPostProcessor(player_t *player) if (*type == postimg_water) { WAVELENGTH = 5; - AMPLITUDE = 20; + AMPLITUDE = 40; FREQUENCY = 8; } else