Merge pull request #79954 from RandomShaper/fix_res_imp_life

Fix life cycle of ResourceImporterTexture not tracked properly
This commit is contained in:
Yuri Sizov 2023-07-27 15:23:05 +02:00
commit a0f572494e

View file

@ -797,4 +797,5 @@ ResourceImporterTexture::ResourceImporterTexture() {
}
ResourceImporterTexture::~ResourceImporterTexture() {
singleton = nullptr;
}