Fixed water scroll speed

This commit is contained in:
juanjp600
2016-09-18 15:35:35 -03:00
parent 4cd6888622
commit 5da2bc9523
6 changed files with 29 additions and 5 deletions

View File

@@ -336,6 +336,8 @@ namespace Barotrauma
public override void Update(double deltaTime)
{
GameMain.TitleScreen.Update();
menu.Update((float)deltaTime);
GUI.Update((float)deltaTime);