mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 03:53:52 +02:00
actually delete resources... even on windows
This commit is contained in:
parent
de58c4a007
commit
ded035094a
1 changed files with 0 additions and 4 deletions
|
@ -248,11 +248,7 @@ void Resource::allReferencesCleared() {
|
|||
_cache->addUnusedResource(self);
|
||||
|
||||
} else {
|
||||
#ifndef WIN32
|
||||
// Note to Andrzej this causes a consistent crash on windows/vs2013
|
||||
// patching here as a very temporary workaround. --craig
|
||||
delete this;
|
||||
#endif // !WIN32
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue