summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 82b5e2e..352981c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -26,7 +26,7 @@ int main()
while (1) {
double now = (nano_clock() - t0) * 1.0e-9;
- game.tick();
+ game.tick(now);
interface.tick();
if (!window.isOpen())
break;