Skip to content

Commit

Permalink
Fix ShowNameApp startup
Browse files Browse the repository at this point in the history
  • Loading branch information
john0312 committed Aug 18, 2024
1 parent f07706e commit 0bcf2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fw/Core/Hitcon/App/ShowNameApp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void ShowNameApp::update_display() {

static char num_str[max_len + 1];
int num_len = 0;
score_cache = gameLogic.GetScore();
uint32_t score_ = score_cache;

uint_to_chr(num_str, max_len + 1, score_);
Expand Down

0 comments on commit 0bcf2e4

Please sign in to comment.