Fix API hash related crash in EditorSettings
This commit is contained in:
parent
3fa8fad26b
commit
e2a91309d0
5 changed files with 3 additions and 12 deletions
|
|
@ -6822,7 +6822,6 @@ EditorNode::EditorNode() {
|
|||
// No scripting by default if in editor.
|
||||
ScriptServer::set_scripting_enabled(false);
|
||||
|
||||
EditorSettings::ensure_class_registered();
|
||||
EditorHelp::generate_doc();
|
||||
SceneState::set_disable_placeholders(true);
|
||||
ResourceLoader::clear_translation_remaps(); // Using no remaps if in editor.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue