mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Fix scrolling text
This commit is contained in:
@@ -784,3 +784,8 @@ namespace String
|
||||
return false;
|
||||
}
|
||||
} // namespace String
|
||||
|
||||
char32_t CodepointView::iterator::GetNextCodepoint(const char* ch, const char** next)
|
||||
{
|
||||
return utf8_get_next(ch, next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user