Merge pull request #79954 from RandomShaper/fix_res_imp_life
Fix life cycle of ResourceImporterTexture not tracked properly
This commit is contained in:
commit
a0f572494e
1 changed files with 1 additions and 0 deletions
|
@ -797,4 +797,5 @@ ResourceImporterTexture::ResourceImporterTexture() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ResourceImporterTexture::~ResourceImporterTexture() {
|
ResourceImporterTexture::~ResourceImporterTexture() {
|
||||||
|
singleton = nullptr;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue