mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Some more profiler stuff to get the hang on what really uses CPU
This commit is contained in:
@@ -1070,7 +1070,7 @@ void the_game(
|
||||
|
||||
object_hit_delay_timer -= dtime;
|
||||
|
||||
g_profiler->add("Elapsed time", dtime * 1000);
|
||||
g_profiler->add("Elapsed time", dtime);
|
||||
|
||||
/*
|
||||
Log frametime for visualization
|
||||
|
Reference in New Issue
Block a user