Skip to content

Commit

Permalink
Merge pull request #75829 from reduz/fix-ci-build-error
Browse files Browse the repository at this point in the history
Fix CI build error
  • Loading branch information
reduz authored Apr 8, 2023
2 parents 3683b04 + 3736220 commit 61630d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scene/gui/code_edit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 61630d4

Please sign in to comment.