(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
@@ -249,6 +249,9 @@ namespace Barotrauma
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
Hull hull = Hull.FindHull(ConvertUnits.ToDisplayUnits(explosionPos), null, false);
bool underWater = hull == null || explosionPos.Y < hull.Surface;
explosionPos = ConvertUnits.ToSimUnits(explosionPos);
Dictionary<Limb, float> distFactors = new Dictionary<Limb, float>();