mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-15 22:07:48 +08:00
Update GUIUnstrip.cs
This commit is contained in:
parent
23723a4ffd
commit
b65e417ecb
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user