This commit is contained in:
Spartan322
2025-01-21 17:08:38 -05:00
96 changed files with 1306 additions and 594 deletions

View File

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