mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-25 03:40:43 +00:00
little gaf to allow dev build to work
This commit is contained in:
parent
15a973d109
commit
0cd57d2f1d
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user