Skip to content

Commit

Permalink
set mpleaderboard update interval to 0.25s
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Dec 1, 2018
1 parent 12e420a commit 232db26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScreenGameplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ ScreenGameplay::BeginScreen()
this->GetPlayerInfo(PLAYER_1)->m_pPlayer->curwifescore / this->GetPlayerInfo(PLAYER_1)->m_pPlayer->maxwifescore, doot);

},
1,
0.25f,
-1);
}
}
Expand Down

0 comments on commit 232db26

Please sign in to comment.