1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

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;
}