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:
parent
976ce8ff3e
commit
d94219e91c
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ void WaterSurfaceRender::onUpdate(float dt)
|
|||
{
|
||||
if (game->waterLevel.x > 0)
|
||||
{
|
||||
Quad::onUpdate(dt);
|
||||
|
||||
qLine->alpha = qSurface->alpha = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue