merge upstream

This commit is contained in:
2026-08-13 03:55:55 +00:00
3 changed files with 24 additions and 16 deletions
+1 -1
View File
@@ -200,7 +200,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;