mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Cut the amplitude on the underwater wave in GL
This commit is contained in:
parent
553240f7c2
commit
45a8770deb
1 changed files with 1 additions and 1 deletions
|
@ -5894,7 +5894,7 @@ void HWR_DoPostProcessor(player_t *player)
|
||||||
if (*type == postimg_water)
|
if (*type == postimg_water)
|
||||||
{
|
{
|
||||||
WAVELENGTH = 5;
|
WAVELENGTH = 5;
|
||||||
AMPLITUDE = 20;
|
AMPLITUDE = 40;
|
||||||
FREQUENCY = 8;
|
FREQUENCY = 8;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue