mirror of
https://github.com/dborth/fceugx.git
synced 2025-01-09 15:19:26 +01:00
fix scrolling bug
This commit is contained in:
parent
c11da59319
commit
5e9f2ce0a8
@ -367,7 +367,6 @@ void GuiText::Draw()
|
||||
}
|
||||
|
||||
wcsncpy(textDyn[0], &text[textScrollPos], maxChar-1);
|
||||
textDyn[maxChar-1] = 0;
|
||||
|
||||
u32 dynlen = wcslen(textDyn[0]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user