mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Fix quotation in string
fix for #16404 (cherry picked from commit f38e819fc1114858c2b5f46b435d2d4c99c7852f)
This commit is contained in:
parent
3e8c214a19
commit
3d804778fd
@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) {
|
||||
j--;
|
||||
}
|
||||
if (escaped) {
|
||||
j--;
|
||||
cc = '\\';
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user