Parcourir la source

sped i am

pull/1/head
Burrit0z il y a 4 ans
Parent
révision
fb89766171
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      Kai.xm

+ 1
- 1
Kai.xm Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer