mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 06:44:17 +02:00
fix crash on shutdown
This commit is contained in:
parent
b007e4d874
commit
78f0afd39f
1 changed files with 3 additions and 1 deletions
|
@ -252,7 +252,9 @@ ResourceCache::ResourceCache(QObject* parent) : QObject(parent) {
|
|||
}
|
||||
}
|
||||
|
||||
ResourceCache::~ResourceCache() {}
|
||||
ResourceCache::~ResourceCache() {
|
||||
clearUnusedResources();
|
||||
}
|
||||
|
||||
void ResourceCache::clearATPAssets() {
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue