(f9949667c) Modified: Default video resolutio multiplied by 1.5, default text width for video set to 450

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:50:35 +02:00
parent ff20f7f374
commit 91e87e8b74
8 changed files with 241 additions and 28 deletions
@@ -663,20 +663,6 @@ namespace Barotrauma
msg.Timer -= deltaTime;
msg.Pos += msg.Velocity * deltaTime;
}
foreach (GUIMessage msg in messages)
{
if (!msg.WorldSpace) continue;
msg.Timer -= deltaTime;
msg.Pos += msg.Velocity * deltaTime;
}
foreach (GUIMessage msg in messages)
{
if (!msg.WorldSpace) continue;
msg.Timer -= deltaTime;
msg.Pos += msg.Velocity * deltaTime;
}
}
messages.RemoveAll(m => m.Timer <= 0.0f);