diff --git a/iOS/GBHorizontalLayout.m b/iOS/GBHorizontalLayout.m index e58a91b..c68497d 100644 --- a/iOS/GBHorizontalLayout.m +++ b/iOS/GBHorizontalLayout.m @@ -63,6 +63,8 @@ self.dpadLocation.y, }; + self.abComboLocation = buttonsCenter; + self.aLocation = (CGPoint) { round(buttonsCenter.x + buttonsDelta.width / 2), round(buttonsCenter.y - buttonsDelta.height / 2)