mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-24 09:16:39 +00:00
Fix more gcc compilation issues
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
for(auto* entry : m_assets)
|
||||
{
|
||||
delete entry->m_ptr;
|
||||
delete entry->Asset();
|
||||
delete entry;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user