Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit b65e417

Browse files
committed
Update GUIUnstrip.cs
1 parent 23723a4 commit b65e417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnstripFixes/GUIUnstrip.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static string TextField(string text, GUILayoutOption[] options)
1717
#if CPP
1818
return Internal.TextField(text, options);
1919
#else
20-
return GUIUnstrip.TextField(text, options);
20+
return GUILayout.TextField(text, options);
2121
#endif
2222
}
2323

0 commit comments

Comments
 (0)