Browse Source

Merge pull request #63339 from Chaosus/shader_editor_fix

Fix clearing errors indication in the shader editor
Rémi Verschelde 3 years ago
parent
commit
01c866a599
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/plugins/shader_editor_plugin.cpp

+ 1 - 0
editor/plugins/shader_editor_plugin.cpp

@@ -376,6 +376,7 @@ void ShaderTextEditor::_validate_script() {
 		get_text_editor()->set_line_background_color(i, Color(0, 0, 0, 0));
 		get_text_editor()->set_line_background_color(i, Color(0, 0, 0, 0));
 	}
 	}
 	set_error("");
 	set_error("");
+	set_error_count(0);
 
 
 	if (last_compile_result != OK) {
 	if (last_compile_result != OK) {
 		//preprocessor error
 		//preprocessor error