This commit is contained in:
luboslenco
2020-04-27 13:51:34 +02:00
parent 8590ae79c7
commit 08101b75cd
+1 -1
View File
@@ -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;