1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Fix API hash related crash in EditorSettings

This commit is contained in:
Ninni Pipping
2023-07-31 14:34:09 +02:00
parent 3fa8fad26b
commit e2a91309d0
5 changed files with 3 additions and 12 deletions

View File

@@ -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.