You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix doctool crash and errors on macOS.
This commit is contained in:
@@ -847,7 +847,9 @@ void ScriptCreateDialog::_bind_methods() {
|
||||
}
|
||||
|
||||
ScriptCreateDialog::ScriptCreateDialog() {
|
||||
EDITOR_DEF("_script_setup_templates_dictionary", Dictionary());
|
||||
if (EditorSettings::get_singleton()) {
|
||||
EDITOR_DEF("_script_setup_templates_dictionary", Dictionary());
|
||||
}
|
||||
|
||||
/* Main Controls */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user