Skip to content

Commit

Permalink
two items of whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Zitchas committed May 12, 2024
1 parent de2e464 commit 46e0537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/HardpointInfoPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ void HardpointInfoPanel::Draw()
info.DrawShipBayStats(**shipIt, infoPanelUi->GetBox("stats"), infoPanelLine);
infoPanelLine++; // This makes a one-text-line gap in the display of text.
// Displays the ship sprite with all the hardpoints labeled and allows rearranging weapons
DrawWeapons(infoPanelUi->GetBox("weapons"));
DrawWeapons(infoPanelUi->GetBox("weapons"));
// DrawOutfits(infoPanelUi->GetBox("outfits"), cargoBounds);
// DrawCargo(cargoBounds);

Expand Down
2 changes: 1 addition & 1 deletion source/ShipInfoPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void ShipInfoPanel::Draw()
info.DrawShipOutfitStat(**shipIt, infoPanelUi->GetBox("stats"), infoPanelLine);
infoPanelLine++; // This makes a one-text-line gap in the display of text.
// Displays max speed, thrust, reverse, lateral, and turn
info.DrawShipManeuverStats(**shipIt, infoPanelUi->GetBox("stats"), infoPanelLine);
info.DrawShipManeuverStats(**shipIt, infoPanelUi->GetBox("stats"), infoPanelLine);
// infoPanelLine++; // This makes a one-text-line gap in the display of text.
info.DrawShipEnergyHeatStats(**shipIt, infoPanelUi->GetBox("stats"), infoPanelLine);
// DrawShipStats(infoPanelUi->GetBox("stats")); // This is the old method that drew all the stats
Expand Down

0 comments on commit 46e0537

Please sign in to comment.