Merge branch 'hashset_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hashset_fix
This commit is contained in:
@@ -357,8 +357,8 @@ public:
|
||||
{
|
||||
for (Iterator i = Begin(); i.IsNotEnd(); ++i)
|
||||
{
|
||||
if (i->Value)
|
||||
::Delete(i->Value);
|
||||
if (i->Item)
|
||||
::Delete(i->Item);
|
||||
}
|
||||
Clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user