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