(d9829ac) v0.9.4.0
This commit is contained in:
@@ -162,10 +162,11 @@ namespace Barotrauma
|
||||
|
||||
public override ScalableFont Font
|
||||
{
|
||||
get { return textBlock?.Font ?? base.Font; }
|
||||
set
|
||||
{
|
||||
base.Font = value;
|
||||
if (textBlock == null) return;
|
||||
if (textBlock == null) { return; }
|
||||
textBlock.Font = value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user