From fb89766171e231ec4ae41958ac99aa93890cc0e5 Mon Sep 17 00:00:00 2001 From: Burrit0z Date: Thu, 21 May 2020 11:10:11 -0400 Subject: [PATCH] sped i am --- Kai.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kai.xm b/Kai.xm index 5f91d59..571b80a 100644 --- a/Kai.xm +++ b/Kai.xm @@ -58,7 +58,7 @@ battery.heightConstraint.active = YES; } else { - int height = ((battery.number * (bannerHeight + spacing)); //big brain math + int height = (battery.number * (bannerHeight + spacing)); //big brain math battery.heightConstraint.active = NO; //deactivation battery.heightConstraint.constant = height; battery.heightConstraint.active = YES; //forcing reactivation