Fixed water scroll speed
This commit is contained in:
@@ -308,7 +308,11 @@ namespace Barotrauma
|
||||
|
||||
bool paused = false;
|
||||
|
||||
if (hasLoaded && !titleScreenOpen)
|
||||
if (titleScreenOpen)
|
||||
{
|
||||
TitleScreen.Update();
|
||||
}
|
||||
else if (hasLoaded)
|
||||
{
|
||||
SoundPlayer.Update();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user