mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-21 11:55:43 +02:00
Change some profiler values to microseconds
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user