aboutsummaryrefslogtreecommitdiff
path: root/simloop/include
diff options
context:
space:
mode:
Diffstat (limited to 'simloop/include')
-rw-r--r--simloop/include/simloop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simloop/include/simloop.h b/simloop/include/simloop.h
index 6ee3b98..1e5b4e0 100644
--- a/simloop/include/simloop.h
+++ b/simloop/include/simloop.h
@@ -67,6 +67,7 @@ typedef struct Simloop {
67 uint64_t frame; ///< Frame counter. 67 uint64_t frame; ///< Frame counter.
68 Timer* timer; 68 Timer* timer;
69 bool first_iter; 69 bool first_iter;
70 bool updates_since_last_render;
70} Simloop; 71} Simloop;
71 72
72/// Create a simulation loop. 73/// Create a simulation loop.