From 4c006afc94e4994f215eddaa35ee22358d963019 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 28 Jun 2023 01:34:37 +1000 Subject: Add unused support for using the actual humanoid for armor preview --- source/frontend/StarMainInterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/frontend/StarMainInterface.cpp') diff --git a/source/frontend/StarMainInterface.cpp b/source/frontend/StarMainInterface.cpp index eb13a35..2664d2c 100644 --- a/source/frontend/StarMainInterface.cpp +++ b/source/frontend/StarMainInterface.cpp @@ -798,6 +798,8 @@ void MainInterface::renderInWorldElements() { if (m_disableHud) return; + m_guiContext->setDefaultFont(); + m_guiContext->setFontProcessingDirectives(""); m_guiContext->setFontColor(Vec4B::filled(255)); m_questIndicatorPainter->render(); m_nameplatePainter->render(); @@ -808,6 +810,8 @@ void MainInterface::render() { if (m_disableHud) return; + m_guiContext->setDefaultFont(); + m_guiContext->setFontProcessingDirectives(""); m_guiContext->setFontColor(Vec4B::filled(255)); renderBreath(); renderMessages(); -- cgit v1.2.3