use Contains instead of IsMember/IsExist

This commit is contained in:
2024-10-05 22:51:27 +08:00
parent d7f7a7d095
commit 9450d92784
14 changed files with 21 additions and 21 deletions

View File

@@ -41,7 +41,7 @@ namespace hgl
{
if(!f)return(false);
if(form_list.KeyExist(f))
if(form_list.ContainsKey(f))
return(false);
Vector2f size=f->GetSize();