mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Fix code completion for shader editor
This commit is contained in:
parent
d897131ac5
commit
253cd73f1d
4 changed files with 29 additions and 22 deletions
|
|
@ -190,7 +190,7 @@ void ShaderTextEditor::_check_shader_mode() {
|
|||
}
|
||||
}
|
||||
|
||||
void ShaderTextEditor::_code_complete_script(const String &p_code, List<String> *r_options) {
|
||||
void ShaderTextEditor::_code_complete_script(const String &p_code, List<ScriptCodeCompletionOption> *r_options) {
|
||||
|
||||
_check_shader_mode();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue