used GetFirstChar instead of GetBeginChar

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2022-08-04 10:49:37 +08:00
parent c3addef6b7
commit 13b5a7347e

View File

@ -45,7 +45,7 @@ namespace hgl
if(!ai)return(false);
ch=ai->right.GetBeginChar();
ch=ai->right.GetFirstChar();
return(true);
}