1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-28 19:23:53 +00:00

restore water surface wobbling

This commit is contained in:
fgenesis 2023-07-10 17:24:02 +02:00
parent 976ce8ff3e
commit d94219e91c

View file

@ -50,6 +50,7 @@ void WaterSurfaceRender::onUpdate(float dt)
{
if (game->waterLevel.x > 0)
{
Quad::onUpdate(dt);
qLine->alpha = qSurface->alpha = 1;