From 08101b75cd6e9a814cc76366c141ad7d712bbf27 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Mon, 27 Apr 2020 13:51:34 +0200 Subject: [PATCH] Fix typo --- Assets/plugins/profiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;