mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 18:13:46 +01:00
Fix client profiler print interval
This commit is contained in:
parent
85002883bd
commit
eae2d35ca5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user