Unstable v0.19.5.0
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Barotrauma
|
||||
public override bool Loaded => nestedStr.Loaded;
|
||||
public override void RetrieveValue()
|
||||
{
|
||||
cachedValue = ToolBox.WrapText(nestedStr.Value, lineLength, font.Value, textScale);
|
||||
cachedValue = ToolBox.WrapText(nestedStr.Value, lineLength, font.GetFontForStr(nestedStr.Value), textScale);
|
||||
UpdateLanguage();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user