Fix quotation in string

fix for #16404
This commit is contained in:
Rado'sPC\aRaGaR 2018-02-12 23:01:36 +02:00
parent cbdd410a6f
commit f38e819fc1
1 changed files with 0 additions and 1 deletions

View File

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