Merge pull request #75829 from reduz/fix-ci-build-error
Fix CI build error
This commit is contained in:
commit
61630d4e1e
1 changed files with 1 additions and 1 deletions
|
@ -2002,7 +2002,7 @@ void CodeEdit::confirm_code_completion(bool p_replace) {
|
|||
return;
|
||||
}
|
||||
|
||||
char32_t caret_last_completion_char;
|
||||
char32_t caret_last_completion_char = 0;
|
||||
begin_complex_operation();
|
||||
Vector<int> caret_edit_order = get_caret_index_edit_order();
|
||||
for (const int &i : caret_edit_order) {
|
||||
|
|
Loading…
Reference in a new issue