Create .uid files in EditorFileSystem

This commit is contained in:
kobewi
2025-01-16 21:48:30 +01:00
parent 36a62d0c6a
commit 8aa3ee6a35
5 changed files with 29 additions and 36 deletions

View File

@ -241,7 +241,6 @@ void fog() {
alert->popup_centered();
return;
}
EditorNode::get_singleton()->ensure_uid_file(lpath);
emit_signal(SNAME("shader_include_created"), shader_inc);
} else {
@ -260,7 +259,6 @@ void fog() {
alert->popup_centered();
return;
}
EditorNode::get_singleton()->ensure_uid_file(lpath);
}
emit_signal(SNAME("shader_created"), shader);