You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix "Script Create" dialog errors with metadata
This commit is contained in:
@@ -83,6 +83,7 @@ class ScriptCreateDialog : public ConfirmationDialog {
|
||||
int current_language;
|
||||
int default_language;
|
||||
bool re_check_path = false;
|
||||
Dictionary templates_dictionary;
|
||||
|
||||
Control *path_controls[2];
|
||||
Control *name_controls[2];
|
||||
|
||||
Reference in New Issue
Block a user