diff --git a/Assets/plugins/profiler.js b/Assets/plugins/profiler.js index a5a7cced..8522ffab 100644 --- a/Assets/plugins/profiler.js +++ b/Assets/plugins/profiler.js @@ -61,7 +61,7 @@ let tick = function(g2) { totalTime += frameTime; frames++; if (totalTime > 1.0) { - arm.Sidebar.inst.hwnd.redraws = 1; + arm.UISidebar.inst.hwnd.redraws = 1; frameTimeAvg = totalTime / frames; totalTime = 0; frames = 0;