mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
GDScript files are converted to binary on export now.
This commit is contained in:
parent
fb84b49d87
commit
93a63a5e1a
5 changed files with 102 additions and 20 deletions
|
|
@ -4708,6 +4708,7 @@ EditorNode::EditorNode() {
|
|||
EditorHelp::generate_doc(); //before any editor classes are crated
|
||||
SceneState::set_disable_placeholders(true);
|
||||
ResourceLoader::clear_translation_remaps(); //no remaps using during editor
|
||||
ResourceLoader::clear_path_remaps();
|
||||
editor_initialize_certificates(); //for asset sharing
|
||||
|
||||
InputDefault *id = Object::cast_to<InputDefault>(Input::get_singleton());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue