Removed the ellipsis from the miximage offline generator GUI 'Running' status message

This commit is contained in:
Leon Styhre 2023-07-24 16:55:17 +02:00
parent 849ed7499b
commit 26f084c12a

View file

@ -309,7 +309,7 @@ void GuiOfflineGenerator::update(int deltaTime)
}
// Update the statistics.
mStatus->setText("RUNNING...");
mStatus->setText("RUNNING");
mGameCounter->setText(std::to_string(mGamesProcessed) + " OF " + std::to_string(mTotalGames) +
(mTotalGames == 1 ? " GAME " : " GAMES ") + "PROCESSED");