Skip to content

Commit

Permalink
return uint64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee committed Jun 10, 2024
1 parent 2cfb4df commit 6ca78f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ratekeeper.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RateKeeper {
~RateKeeper() {}
bool keepTime();
bool monitorTime();
inline double frame() const { return frame_; }
inline uint64_t frame() const { return frame_; }
inline double remaining() const { return remaining_; }

private:
Expand Down

0 comments on commit 6ca78f7

Please sign in to comment.