Skip to content

Commit

Permalink
Update playerWindows.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxex committed Feb 27, 2022
1 parent 9726a39 commit e1178aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/UI/playerWindows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ namespace playerWindows{

ImGui::SetCursorPosY(ImGui::GetWindowSize().y -40);
ImGui::Separator();
batteryIcon(ImVec2(rightmenuposX + 15.0f,ImGui::GetWindowSize().y -24),true,batteryPorcent,40,18);
ImGui::Text(" %d%%",batteryPorcent);
batteryIcon(ImVec2(rightmenuposX + 13.0f,ImGui::GetWindowSize().y -24),true,batteryPorcent,40,18);
ImGui::Text(" %d%%",batteryPorcent);

//endBattery

Expand Down

0 comments on commit e1178aa

Please sign in to comment.