aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/LoopTimer.h
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-09 13:42:18 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-09 13:42:18 +0100
commitaa4fbb5d2778ea40c3f996c9b07bcdbb155cbcd0 (patch)
tree1448978a44e92e6c2119ddec70fb476ae193e63d /src/crepe/api/LoopTimer.h
parentb03f3a6300668550afa4d318e520a628a40fc76e (diff)
make format changes
Diffstat (limited to 'src/crepe/api/LoopTimer.h')
-rw-r--r--src/crepe/api/LoopTimer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/LoopTimer.h b/src/crepe/api/LoopTimer.h
index 8d95921..5b7d3f2 100644
--- a/src/crepe/api/LoopTimer.h
+++ b/src/crepe/api/LoopTimer.h
@@ -10,7 +10,7 @@ public:
*
* \return A reference to the LoopTimer instance.
*/
-static LoopTimer& getInstance();
+static LoopTimer& get_instance();
/**
* \brief Get the current delta time for the current frame.