We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66e8ef commit 0537a08Copy full SHA for 0537a08
ogsr_engine/xrGame/ui/UILines.cpp
@@ -617,11 +617,7 @@ float CUILines::GetVIndentByAlign()
617
618
switch (m_eVTextAlign)
619
{
620
- case valTop: {
621
- float delta_h = m_pFont->ScaleHeightDelta();
622
- UI()->ClientToScreenScaledHeight(delta_h);
623
- return delta_h * -1;
624
- }
+ case valTop: r = 0; break;
625
case valCenter: r = (m_wndSize.y - GetVisibleHeight()) / 2; break;
626
case valBotton: r = m_wndSize.y - GetVisibleHeight(); break;
627
default: NODEFAULT;
0 commit comments