Remove redundant destructor

fix-osga-rotate-wildly
elsid 11 months ago
parent 8c6e0866e0
commit e2e1d913af
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

@ -54,8 +54,6 @@ namespace VFS
std::sort(mFiles.begin(), mFiles.end());
}
virtual ~BsaArchive() {}
void listResources(FileMap& out) override
{
for (auto& resource : mResources)

Loading…
Cancel
Save