(a17abe3fa) Remove a not so useful loop from a method, which might be used often.
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Barotrauma
|
||||
|
||||
public static int ContainedIndicatorHeight
|
||||
{
|
||||
get { return (int)(15 * UIScale); }
|
||||
get { return (int)(15 * GameSettings.InventoryScale); }
|
||||
}
|
||||
|
||||
protected float prevUIScale = UIScale;
|
||||
|
||||
Reference in New Issue
Block a user