Character name scale based on zoom

This commit is contained in:
juanjp600
2016-09-30 15:45:09 -03:00
parent f6b82eb095
commit 4c7e8fe57d
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ namespace Barotrauma
if (Level.Loaded != null) Level.Loaded.DrawFront(spriteBatch);
foreach (Character c in Character.CharacterList) c.DrawFront(spriteBatch);
foreach (Character c in Character.CharacterList) c.DrawFront(spriteBatch,cam);
spriteBatch.End();