Skip to content

Commit

Permalink
Merge pull request godotengine#79954 from RandomShaper/fix_res_imp_life
Browse files Browse the repository at this point in the history
Fix life cycle of ResourceImporterTexture not tracked properly
  • Loading branch information
YuriSizov committed Jul 27, 2023
2 parents 4e22ce8 + 79c798f commit a0f5724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/import/resource_importer_texture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -797,4 +797,5 @@ ResourceImporterTexture::ResourceImporterTexture() {
}

ResourceImporterTexture::~ResourceImporterTexture() {
singleton = nullptr;
}

0 comments on commit a0f5724

Please sign in to comment.