Fix life cycle of ResourceImporterTexture not tracked properly

This commit is contained in:
Pedro J. Estébanez 2023-07-27 13:54:30 +02:00
parent 41a7f6b380
commit 79c798fa0b

View File

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