fix: res set over cmd not applying

This commit is contained in:
2026-08-12 21:36:08 -04:00
parent 82783c0812
commit d0362d2458
3 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ UIController::UIController()
m_fScreenHeight = g_iScreenHeight;
m_bScreenWidthSetup = true;
#ifdef _DEBUG
app.DebugPrintf("[UIController] Width: %d, Height: %d\n", m_fScreenWidth, m_fScreenHeight);
app.DebugPrintf("[UIController] Width: %d, Height: %d\n", static_cast<int>(m_fScreenWidth), static_cast<int>(m_fScreenHeight));
#endif
#else
m_fScreenWidth = 1280.0f;