diff --git a/source/gui/gui_text.cpp b/source/gui/gui_text.cpp index 08d9348..c96afbf 100644 --- a/source/gui/gui_text.cpp +++ b/source/gui/gui_text.cpp @@ -367,7 +367,6 @@ void GuiText::Draw() } wcsncpy(textDyn[0], &text[textScrollPos], maxChar-1); - textDyn[maxChar-1] = 0; u32 dynlen = wcslen(textDyn[0]);