Skip to content

Commit d1f6b35

Browse files
committed
3.3.rc6
1 parent 29366c5 commit d1f6b35

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2021-03-19
6+
7+
## Fixes
8+
9+
- `GameCenter` plugin now returns correct `player_id` value for iOS versions between 13.0 and 13.5.
10+
511
## 2021-02-05
612

713
## Added

godot

Submodule godot updated 148 files

plugins/gamecenter/game_center.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
};
349349

350350
pending_events.push_back(ret);
351-
}];
351+
};
352352

353353
if (@available(iOS 13.5, *)) {
354354
[player fetchItemsForIdentityVerificationSignature:verificationSignatureHandler];

0 commit comments

Comments
 (0)