little gaf to allow dev build to work

This commit is contained in:
JohnCorby 2021-11-17 20:32:24 -08:00
parent 15a973d109
commit 0cd57d2f1d

View File

@ -24,10 +24,8 @@ namespace QSB.Utility
private const float Column4 = Column3 + FixedWidth;
private float column4Offset = 10f;
private GUIStyle guiStyle = new GUIStyle()
{
fontSize = 9
};
private GUIStyle guiStyle = new GUIStyle();
private void Awake() => guiStyle.fontSize = 9;
private void WriteLine(int collumnID, string text)
{