Added option to toggle vsync
For the ultimate PC master race experience. Also calling water scroll on every frame with deltatime instead of being called at fixed intervals, making it look smoother as framerate increases.
This commit is contained in:
@@ -490,7 +490,7 @@ namespace Barotrauma
|
||||
|
||||
public override void Update(double deltaTime)
|
||||
{
|
||||
GameMain.TitleScreen.Update();
|
||||
//GameMain.TitleScreen.Update();
|
||||
|
||||
foreach (GUIButton button in menuButtons)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user