(b1fa1d68c) Fix stairs not being properly assigned due to a failing raycast.

This commit is contained in:
Joonas Rikkonen
2019-05-18 17:22:23 +03:00
parent e7e794b070
commit 3cc0b65946
7 changed files with 8 additions and 8 deletions
@@ -334,7 +334,7 @@ namespace Barotrauma
Font.DrawString(spriteBatch,
Wrap ? wrappedText : text,
pos,
rect.Location.ToVector2() + textPos + TextOffset,
textColor * (textColor.A / 255.0f),
0.0f, origin, TextScale,
SpriteEffects.None, textDepth);