Merge pull request #60597 from reduz/missing-node-resource-placeholders
This commit is contained in:
commit
71e41eb395
17 changed files with 630 additions and 58 deletions
|
|
@ -5896,6 +5896,7 @@ EditorNode::EditorNode() {
|
|||
SceneState::set_disable_placeholders(true);
|
||||
ResourceLoader::clear_translation_remaps(); // Using no remaps if in editor.
|
||||
ResourceLoader::clear_path_remaps();
|
||||
ResourceLoader::set_create_missing_resources_if_class_unavailable(true);
|
||||
|
||||
Input *id = Input::get_singleton();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue