mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-25 22:23:42 +08:00
[godot] Closes #2068, don't memdelete and queue_delete container.
This commit is contained in:
parent
120254439b
commit
bcee8a7245
@ -167,7 +167,6 @@ void SpineEditorPropertyAnimationMixes::update_property() {
|
||||
if (container) {
|
||||
set_bottom_editor(nullptr);
|
||||
memdelete(container);
|
||||
container->queue_delete();
|
||||
container = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user