mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-16 00:07:52 +08:00
2.0.9
* Fix an issue in mono builds causing a crash * Fix for games which only contain one scene * A few small cleanups
This commit is contained in:
@ -18,7 +18,7 @@ namespace Explorer
|
||||
#if CPP
|
||||
return GUIUnstrip.ExpandWidth(expand);
|
||||
#else
|
||||
return GUIHelper.ExpandWidth(expand);
|
||||
return GUILayout.ExpandWidth(expand);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user