updated codes

This commit is contained in:
2023-08-14 20:02:15 +08:00
parent f3f6fcef88
commit ff819d8a60
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ namespace hgl
virtual bool Init () override
{
attrs_list.ClearData();
attrs_list.Clear();
return(true);
}