From f38e819fc1114858c2b5f46b435d2d4c99c7852f Mon Sep 17 00:00:00 2001 From: "Rado'sPC\\aRaGaR" Date: Mon, 12 Feb 2018 23:01:36 +0200 Subject: [PATCH] Fix quotation in string fix for #16404 --- scene/gui/text_edit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp index f7284901362..711a5fb525d 100644 --- a/scene/gui/text_edit.cpp +++ b/scene/gui/text_edit.cpp @@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) { j--; } if (escaped) { - j--; cc = '\\'; continue; }