mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-26 22:10:17 +00:00
don't use skin for a gui area
This commit is contained in:
parent
f31ba9d81e
commit
f4173e5164
1 changed files with 1 additions and 2 deletions
|
@ -358,8 +358,7 @@ public class FileBrowser {
|
|||
|
||||
GUILayout.BeginArea(
|
||||
m_screenRect,
|
||||
m_name,
|
||||
GUI.skin.window
|
||||
m_name
|
||||
);
|
||||
|
||||
// display top panel
|
||||
|
|
Loading…
Reference in a new issue