fix scrolling bug

This commit is contained in:
dborth 2010-04-17 20:15:33 +00:00
parent c11da59319
commit 5e9f2ce0a8

View File

@ -367,7 +367,6 @@ void GuiText::Draw()
}
wcsncpy(textDyn[0], &text[textScrollPos], maxChar-1);
textDyn[maxChar-1] = 0;
u32 dynlen = wcslen(textDyn[0]);