You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Fix crash on dictionary initialization after return to default in C#.
This commit is contained in:
@@ -960,6 +960,7 @@ void EditorPropertyDictionary::update_property() {
|
||||
memdelete(container);
|
||||
button_add_item = nullptr;
|
||||
container = nullptr;
|
||||
add_panel = nullptr;
|
||||
slots.clear();
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user