diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-24 19:36:32 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-24 19:36:32 +0100 |
commit | 9f4f2fa8eac190ccb407c3f911ac5978cb4c3e3a (patch) | |
tree | ae76c898732170b219ba4b2ac26f96d3053aa2ce /src/crepe | |
parent | eb11f6609ab91bc46948ca9fc5743078f88ae48e (diff) |
start of tests
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/api/LoopTimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.h b/src/crepe/api/LoopTimer.h index eea60bb..0a48e20 100644 --- a/src/crepe/api/LoopTimer.h +++ b/src/crepe/api/LoopTimer.h @@ -68,7 +68,6 @@ private: * Initializes the timer to begin tracking frame times. */ void start(); - /** * \brief Enforce the frame rate limit. * |