This commit is contained in:
in0finite 2022-01-30 01:04:56 +01:00
parent 1ee1e01414
commit fa933411d0

View file

@ -249,7 +249,7 @@ namespace SanAndreasUnity.UI {
this.OnWindowGUIBeforeContent();
if (this.useScrollView)
this.scrollPos = GUILayout.BeginScrollView(this.scrollPos, m_scrollViewStyle);
this.scrollPos = GUILayout.BeginScrollView(this.scrollPos, m_scrollViewStyle ?? GUI.skin.scrollView);
this.OnWindowGUI();