mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 06:08:16 +08:00
Update GUIUnstrip.cs
This commit is contained in:
parent
23723a4ffd
commit
b65e417ecb
@ -17,7 +17,7 @@ namespace Explorer
|
|||||||
#if CPP
|
#if CPP
|
||||||
return Internal.TextField(text, options);
|
return Internal.TextField(text, options);
|
||||||
#else
|
#else
|
||||||
return GUIUnstrip.TextField(text, options);
|
return GUILayout.TextField(text, options);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user