From eae2d35ca568ccb652169f83e6a995db273fba94 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 18 Oct 2011 10:36:52 +0300 Subject: [PATCH] Fix client profiler print interval --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index 92d4a2a..645d736 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1177,7 +1177,7 @@ void the_game( print_to_log = false; profiler_print_interval = 5; } - if(m_profiler_interval.step(0.030, profiler_print_interval)) + if(m_profiler_interval.step(dtime, profiler_print_interval)) { if(print_to_log){ infostream<<"Profiler:"<