Skip to content

Commit

Permalink
Update timeSystem.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Jun 8, 2024
1 parent 09ce3a0 commit bb5ff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/systems/timeSystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <chrono>

class TimeSystem : public System {
static std::chrono::time_point<std::chrono::steady_clock>_frameStart;
static std::chrono::time_point<std::chrono::steady_clock> _frameStart;
static std::chrono::milliseconds _frameRate;
public:
static void FrameStart();
Expand Down

0 comments on commit bb5ff57

Please sign in to comment.