parent
bf1c81adf4
commit
35452e1ab4
2 changed files with 2 additions and 4 deletions
|
|
@ -202,9 +202,7 @@ void ShaderTextEditor::_code_complete_script(const String &p_code, List<ScriptCo
|
|||
if (err != OK)
|
||||
ERR_PRINT("Shaderlang complete failed");
|
||||
|
||||
if (calltip != "") {
|
||||
get_text_edit()->set_code_hint(calltip);
|
||||
}
|
||||
get_text_edit()->set_code_hint(calltip);
|
||||
}
|
||||
|
||||
void ShaderTextEditor::_validate_script() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue