mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fixes leaks when running editor
This commit is contained in:
@@ -322,7 +322,6 @@ AcceptDialog::AcceptDialog() {
|
||||
label->set_end(Point2(-margin, -button_margin - 10));
|
||||
add_child(label);
|
||||
|
||||
hbc = memnew(HBoxContainer);
|
||||
add_child(hbc);
|
||||
|
||||
hbc->add_spacer();
|
||||
|
||||
Reference in New Issue
Block a user