Skip to content

Commit

Permalink
Fix warning C4305
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Jul 10, 2024
1 parent d2e694a commit 9a7abf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BMLMod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ void MapListPage::OnAfterBegin() {
if (!IsVisible())
return;

DrawCenteredText(m_Title.c_str(), 0.07);
DrawCenteredText(m_Title.c_str(), 0.07f);

ImGui::PushStyleColor(ImGuiCol_FrameBg, Bui::GetMenuColor());

Expand Down

0 comments on commit 9a7abf0

Please sign in to comment.