Skip to content

Commit

Permalink
Revert usage of SetPlaceholderColors on version label
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Jan 24, 2025
1 parent f12ba0b commit 6e7d0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/core/CGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void CLocalGUI::CreateWindows(bool bGameIsAlreadyLoaded)
m_pLabelVersionTag->SetSize(CVector2D(m_pLabelVersionTag->GetTextExtent() + 5, 18));
m_pLabelVersionTag->SetPosition(CVector2D(ScreenSize.fX - m_pLabelVersionTag->GetTextExtent() - 5, ScreenSize.fY - 15));
m_pLabelVersionTag->SetAlpha(0.5f);
m_pLabelVersionTag->SetPlaceholderColors();
m_pLabelVersionTag->SetTextColor(255, 255, 255);
m_pLabelVersionTag->SetZOrderingEnabled(false);
m_pLabelVersionTag->MoveToBack();
m_pLabelVersionTag->SetVisible(false);
Expand Down

0 comments on commit 6e7d0f3

Please sign in to comment.