mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-01 19:40:37 +00:00
enforce html labels
This commit is contained in:
parent
64b6914fdc
commit
ca4dcfa63e
|
|
@ -257,8 +257,10 @@ void UIScene_HUD::handleReload()
|
|||
for(unsigned int i = 0; i < CHAT_LINES_COUNT; ++i)
|
||||
{
|
||||
m_labelChatText[i].init(L"");
|
||||
IggyValueSetBooleanRS(m_labelChatText[i].getIggyValuePath(), 0, "m_bUseHtmlText", true);
|
||||
}
|
||||
m_labelJukebox.init(L"");
|
||||
IggyValueSetBooleanRS(m_labelJukebox.getIggyValuePath(), 0, "m_bUseHtmlText", true);
|
||||
|
||||
int iGuiScale;
|
||||
Minecraft *pMinecraft = Minecraft::GetInstance();
|
||||
|
|
|
|||
Loading…
Reference in a new issue