1
0
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:
ajreckof
2024-05-25 11:12:10 +02:00
parent b7feebefab
commit f764c5336a

View File

@@ -960,6 +960,7 @@ void EditorPropertyDictionary::update_property() {
memdelete(container);
button_add_item = nullptr;
container = nullptr;
add_panel = nullptr;
slots.clear();
}
return;