2
0
Эх сурвалжийг харах

Fix quotation in string

fix for #16404
Rado'sPC\aRaGaR 7 жил өмнө
parent
commit
f38e819fc1

+ 0 - 1
scene/gui/text_edit.cpp

@@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) {
 												j--;
 											}
 											if (escaped) {
-												j--;
 												cc = '\\';
 												continue;
 											}