(23ecb8f20) Fixed: Scaling past 1920x1080 for: Reactor UI, Submarine labels, loading tips, inventoryslot container status
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Barotrauma
|
||||
|
||||
public static int ContainedIndicatorHeight
|
||||
{
|
||||
get { return (int)(15 * GameSettings.InventoryScale); }
|
||||
get { return (int)(15 * UIScale); }
|
||||
}
|
||||
|
||||
protected float prevUIScale = UIScale;
|
||||
|
||||
Reference in New Issue
Block a user