mirror of
https://github.com/minetest/minetest.git
synced 2025-02-25 14:23:48 +01:00
Fix client profiler print interval
This commit is contained in:
@ -1177,7 +1177,7 @@ void the_game(
|
|||||||
print_to_log = false;
|
print_to_log = false;
|
||||||
profiler_print_interval = 5;
|
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){
|
if(print_to_log){
|
||||||
infostream<<"Profiler:"<<std::endl;
|
infostream<<"Profiler:"<<std::endl;
|
||||||
|
Reference in New Issue
Block a user