aboutsummaryrefslogtreecommitdiff
path: root/src/crepe
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-24 19:36:32 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-24 19:36:32 +0100
commit9f4f2fa8eac190ccb407c3f911ac5978cb4c3e3a (patch)
treeae76c898732170b219ba4b2ac26f96d3053aa2ce /src/crepe
parenteb11f6609ab91bc46948ca9fc5743078f88ae48e (diff)
start of tests
Diffstat (limited to 'src/crepe')
-rw-r--r--src/crepe/api/LoopTimer.h1
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.
*