Fix A+B combo regression

This commit is contained in:
Lior Halphon 2024-10-13 14:36:11 +03:00
parent 73a6d35f73
commit 52d5169cc8
1 changed files with 2 additions and 0 deletions

View File

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