Update GUIUnstrip.cs

This commit is contained in:
sinaioutlander 2020-09-30 01:59:35 +10:00
parent 23723a4ffd
commit b65e417ecb

View File

@ -17,7 +17,7 @@ namespace Explorer
#if CPP
return Internal.TextField(text, options);
#else
return GUIUnstrip.TextField(text, options);
return GUILayout.TextField(text, options);
#endif
}