summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 92d4a2ae4..645d73612 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:"<<std::endl;