mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
comment log
This commit is contained in:
parent
49ebfc6a9b
commit
12e37dc2fe
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue