mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 19:54:58 +00:00
fix: unglob everything else and make it build
This commit is contained in:
@@ -374,7 +374,7 @@ HRESULT CScene_Main::OnTransitionStart( XUIMessageTransition *pTransition, BOOL&
|
||||
|
||||
float diff = fWidth / (xuiRect.right+5);
|
||||
|
||||
diff = min(diff,MAIN_MENU_MAX_TEXT_SCALE);
|
||||
diff = std::min(diff,MAIN_MENU_MAX_TEXT_SCALE);
|
||||
|
||||
// Resize
|
||||
XuiElementGetBounds(m_Subtitle,&fWidth, &fHeight);
|
||||
|
||||
Reference in New Issue
Block a user