comment log

This commit is contained in:
in0finite 2019-07-27 01:19:15 +02:00
parent 49ebfc6a9b
commit 12e37dc2fe

View file

@ -110,7 +110,7 @@ namespace SanAndreasUnity.Behaviours
var styles = new GUIStyle[]{skin.button, skin.label, skin.textArea, skin.textField, skin.toggle, skin.window, skin.box};
foreach (var style in styles)
{
Debug.LogFormat("style: {0}, font size: {1}", style.name, style.fontSize);
//Debug.LogFormat("style: {0}, font size: {1}", style.name, style.fontSize);
style.fontSize = newFontSize;
}
}