mirror of
https://github.com/godotengine/godot.git
synced 2025-02-18 08:41:18 +00:00
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
@ -797,4 +797,5 @@ ResourceImporterTexture::ResourceImporterTexture() {
|
||||
}
|
||||
|
||||
ResourceImporterTexture::~ResourceImporterTexture() {
|
||||
singleton = nullptr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user