* 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:
sinaioutlander
2020-10-28 20:49:18 +11:00
parent 7c85969085
commit 626e680510
6 changed files with 19 additions and 13 deletions

View File

@ -18,7 +18,7 @@ namespace Explorer
#if CPP
return GUIUnstrip.ExpandWidth(expand);
#else
return GUIHelper.ExpandWidth(expand);
return GUILayout.ExpandWidth(expand);
#endif
}