fix: reduce chances fake ping disappears from scoreboard
This commit is contained in:
parent
e213e39d17
commit
570cfe0538
3 changed files with 41 additions and 16 deletions
|
|
@ -131,7 +131,8 @@ private:
|
|||
int m_gameFlags {};
|
||||
int m_mapFlags {};
|
||||
|
||||
float m_slowFrame; // per second updated frame
|
||||
float m_oneSecondFrame; // per second updated
|
||||
float m_halfSecondFrame; // per half second update
|
||||
|
||||
public:
|
||||
Game ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue