mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix some overflows and unitialized variables
This commit is contained in:
@@ -852,6 +852,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
||||
hb->add_child(path_button);
|
||||
gc->add_child(memnew(Label(TTR("Path:"))));
|
||||
gc->add_child(hb);
|
||||
re_check_path = false;
|
||||
|
||||
/* Dialog Setup */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user