mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-01 11:12:49 +08:00
Update GUIUnstrip.cs
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user