1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Merge pull request #91594 from RedMser/remove-old-path-remaps

Remove old path remaps system
This commit is contained in:
Thaddeus Crews
2025-04-23 12:01:25 -05:00
5 changed files with 44 additions and 84 deletions

View File

@@ -7145,7 +7145,6 @@ 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);
EditorPropertyNameProcessor *epnp = memnew(EditorPropertyNameProcessor);