fix ElementAttribute bug that it don't clear attrs_list.

This commit is contained in:
hyzboy 2020-09-16 22:03:08 +08:00
parent 7489f5133a
commit c65a3a088f

View File

@ -65,6 +65,12 @@ namespace hgl
}
public:
virtual bool Init () override
{
attrs_list.ClearData();
return(true);
}
virtual void Attr (const u8char *flag,const u8char *info) override///<节点属性
{