Skip to content

Commit

Permalink
Update Labels.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSillyDoggo committed Jul 23, 2024
1 parent a65834e commit 1a2cd0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Labels/Labels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ void StatusNode::update(float dt)
sLabels[6]->setVisible(message->enabled);
sLabels[7]->setVisible(session->enabled);
sLabels[8]->setVisible(cpsM->enabled);
sLabels[9]->setVisible(bestRun->enabled);


sLabels[2]->setString((numToString(v, 2) + std::string("%")).c_str());
Expand Down

0 comments on commit 1a2cd0d

Please sign in to comment.