diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:21:34 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-09 13:21:34 +0100 |
commit | acfa153789d9b55f3453a1d32f249da04ad6b5c1 (patch) | |
tree | 10eff6219f329800da3a1f17310ceef2a52d2585 /src/crepe/api | |
parent | d3f39a67d62473661f7a76237ebf6df66e26d506 (diff) |
changed comment
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/LoopTimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.h b/src/crepe/api/LoopTimer.h index 584a408..8d95921 100644 --- a/src/crepe/api/LoopTimer.h +++ b/src/crepe/api/LoopTimer.h @@ -78,4 +78,4 @@ double elapsed_fixed_time = 0; ///< Total elapsed time for fixed updates uint64_t last_frame_time = 0; ///< Time of the last frame }; -} // namespace crepe::api +} // namespace crepe |