summaryrefslogtreecommitdiff
path: root/main/main_timer_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/main_timer_sync.h')
-rw-r--r--main/main_timer_sync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main_timer_sync.h b/main/main_timer_sync.h
index 179119edce..93d335b27f 100644
--- a/main/main_timer_sync.h
+++ b/main/main_timer_sync.h
@@ -36,6 +36,7 @@
struct MainFrameTime {
float idle_step; // time to advance idles for (argument to process())
int physics_steps; // number of times to iterate the physics engine
+ float interpolation_fraction; // fraction through the current physics tick
void clamp_idle(float min_idle_step, float max_idle_step);
};