(RMenu XUI) Buildfix

This commit is contained in:
twinaphex 2015-05-21 04:45:40 +02:00
parent 75004e7ece
commit 627c26497f

View File

@ -557,7 +557,7 @@ static void rmenu_xui_render(void)
if (XuiHandleIsValid(m_menutitle)) if (XuiHandleIsValid(m_menutitle))
{ {
get_core_title(title, sizeof(title)); menu_entries_get_core_title(title, sizeof(title));
mbstowcs(strw_buffer, title, sizeof(strw_buffer) / sizeof(wchar_t)); mbstowcs(strw_buffer, title, sizeof(strw_buffer) / sizeof(wchar_t));
XuiTextElementSetText(m_menutitlebottom, strw_buffer); XuiTextElementSetText(m_menutitlebottom, strw_buffer);