Skip to content

Commit 4cd8622

Browse files
Update Client/core/CSettings.cpp
Co-authored-by: Uladzislau Nikalayevich <[email protected]>
1 parent c786887 commit 4cd8622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/core/CSettings.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,8 @@ void CSettings::CreateGUI()
643643
fIndentX = pManager->CGUI_GetMaxTextExtent("default-normal", _("Resolution:"), _("FOV:"), _("Draw Distance:"), _("Brightness:"), _("FX Quality:"),
644644
_("Anisotropic filtering:"), _("Anti-aliasing:"), _("Aspect Ratio:"));
645645

646-
vecTemp.fX = 11;
647-
vecTemp.fY = 13;
646+
vecTemp.fX = 11.0f;
647+
vecTemp.fY = 13.0f;
648648

649649
m_pVideoResolutionLabel = reinterpret_cast<CGUILabel*>(pManager->CreateLabel(pTabVideo, _("Resolution:")));
650650
m_pVideoResolutionLabel->SetPosition(CVector2D(vecTemp.fX, vecTemp.fY));

0 commit comments

Comments
 (0)