mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Change some profiler values to microseconds
This commit is contained in:
parent
eb432d3da0
commit
c8e46749a4
3 changed files with 7 additions and 9 deletions
|
@ -122,7 +122,7 @@ void Sky::render()
|
|||
if (!camera || !driver)
|
||||
return;
|
||||
|
||||
ScopeProfiler sp(g_profiler, "Sky::render()", SPT_AVG);
|
||||
ScopeProfiler sp(g_profiler, "Sky::render()", SPT_AVG, PRECISION_MICRO);
|
||||
|
||||
// Draw perspective skybox
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue