mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +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)
|
for(unsigned int i = 0; i < CHAT_LINES_COUNT; ++i)
|
||||||
{
|
{
|
||||||
m_labelChatText[i].init(L"");
|
m_labelChatText[i].init(L"");
|
||||||
|
IggyValueSetBooleanRS(m_labelChatText[i].getIggyValuePath(), 0, "m_bUseHtmlText", true);
|
||||||
}
|
}
|
||||||
m_labelJukebox.init(L"");
|
m_labelJukebox.init(L"");
|
||||||
|
IggyValueSetBooleanRS(m_labelJukebox.getIggyValuePath(), 0, "m_bUseHtmlText", true);
|
||||||
|
|
||||||
int iGuiScale;
|
int iGuiScale;
|
||||||
Minecraft *pMinecraft = Minecraft::GetInstance();
|
Minecraft *pMinecraft = Minecraft::GetInstance();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue