Unstable 0.17.1.0
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Barotrauma
|
||||
#if CLIENT
|
||||
private readonly GUIFont? font;
|
||||
private readonly GUIComponentStyle? componentStyle;
|
||||
private bool forceUpperCase = false;
|
||||
private readonly bool forceUpperCase = false;
|
||||
|
||||
private bool fontOrStyleForceUpperCase
|
||||
=> font is { ForceUpperCase: true } || componentStyle is { ForceUpperCase: true };
|
||||
|
||||
Reference in New Issue
Block a user