Revert "little gaf to allow dev build to work"

This reverts commit 0cd57d2f1dd6ae593797ff4de2486b58baaffb20.
This commit is contained in:
JohnCorby 2021-11-17 23:07:33 -08:00
parent 0cd57d2f1d
commit 133c82df04

View File

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