Merge branch 'hashset_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hashset_fix

This commit is contained in:
2023-06-28 15:15:11 +02:00
+2 -2
View File
@@ -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();
}