You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Ignore path error for built-in scripts/shaders
This commit is contained in:
@@ -633,7 +633,7 @@ void ScriptCreateDialog::_update_dialog() {
|
||||
validation_panel->set_message(MSG_ID_SCRIPT, TTR("File exists, it will be reused."), EditorValidationPanel::MSG_OK);
|
||||
}
|
||||
|
||||
if (!path_error.is_empty()) {
|
||||
if (!is_built_in && !path_error.is_empty()) {
|
||||
validation_panel->set_message(MSG_ID_PATH, path_error, EditorValidationPanel::MSG_ERROR);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user