프로젝트 버전 업그레이드 및 빌드 테스트
This commit is contained in:
@@ -16,6 +16,7 @@ namespace TMPro
|
||||
{
|
||||
if (ch >= '0' && ch <= '9')
|
||||
{
|
||||
text += ch;
|
||||
pos += 1;
|
||||
return ch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user