summary refs log tree commit diff
path: root/src/Time.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Time.cpp')
-rw-r--r--src/Time.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Time.cpp b/src/Time.cpp
index 7f59250..e459374 100644
--- a/src/Time.cpp
+++ b/src/Time.cpp
@@ -20,6 +20,10 @@ U64 Time::total_frames() const {
     return m_total_frames;
 }
 
+Time::Tick Time::tick() const {
+    return total_frames();
+}
+
 Real Time::delta() const {
     return m_delta;
 }