1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-08 23:30:06 +00:00

Allow interactive parallax layer elements

This commit is contained in:
fgenesis 2015-01-14 21:48:37 +01:00
parent ba9c37f704
commit 4b32c4364f

View file

@ -5920,6 +5920,7 @@ void Game::rebuildElementUpdateList()
{
elementUpdateList.push_back(e);
}
}
ElementEffect ee = dsq->getElementEffectByIndex(e->getElementEffectIndex());
if(ee.type == EFX_WAVY)
{
@ -5927,7 +5928,6 @@ void Game::rebuildElementUpdateList()
}
}
}
}
void Game::setElementLayerFlags()
{