add rain noise & add rain splashes (WIP)
This commit is contained in:
@@ -209,7 +209,9 @@ void LevelScreen::update(float delta) {
|
||||
playerController->postUpdate(delta, !inputLocked, hud->isPause());
|
||||
|
||||
hud->update(hudVisible);
|
||||
decorator->update(delta, *camera);
|
||||
decorator->update(
|
||||
hud->isPause() ? 0.0f : delta, *camera, worldRenderer->weather
|
||||
);
|
||||
}
|
||||
|
||||
void LevelScreen::draw(float delta) {
|
||||
|
||||
Reference in New Issue
Block a user