Skip to content

Commit

Permalink
Merge pull request #56 from darkxex/master
Browse files Browse the repository at this point in the history
Perfect Pixel Battery
  • Loading branch information
darkxex authored Feb 27, 2022
2 parents 9726a39 + e1178aa commit 02eff0b
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 02eff0b

Please sign in to comment.