From 2383016b1d673fcf0ad69a08bba62d7ce36cdd76 Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Sat, 30 Nov 2013 14:22:26 +0100 Subject: Added the real tick duration to the OnWorldTick hook. --- src/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World.h') diff --git a/src/World.h b/src/World.h index 958fc4255..a6b61f2e2 100644 --- a/src/World.h +++ b/src/World.h @@ -729,7 +729,7 @@ private: cWorld(const AString & a_WorldName); ~cWorld(); - void Tick(float a_Dt); + void Tick(float a_Dt, int a_LastTickDurationMSec); /// Handles the weather in each tick void TickWeather(float a_Dt); -- cgit v1.2.3