Skip to content

Commit 3396e13

Browse files
authored
CurrencyRewardLayer::createUnlockObject (geode-sdk#967)
1 parent 75243f7 commit 3396e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3416,7 +3416,7 @@ class CurrencyRewardLayer : cocos2d::CCLayer {
34163416
this->createObjectsFull(type, count, nullptr, position, time);
34173417
}
34183418
void createObjectsFull(CurrencySpriteType, int, cocos2d::CCSprite*, cocos2d::CCPoint, float) = win 0xa1520, imac 0x7921d0, m1 0x6a5884;
3419-
void createUnlockObject(cocos2d::CCSprite* sprite, cocos2d::CCPoint position, float time) = win inline, imac 0x792180, m1 0x6a5828 {
3419+
void createUnlockObject(cocos2d::CCSprite* sprite, cocos2d::CCPoint position, float time) = win inline, imac 0x792180, m1 0x6a5828, ios 0x320734 {
34203420
this->createObjectsFull(CurrencySpriteType::Icon, 1, sprite, position, time);
34213421
}
34223422
void incrementCount(int count) = win inline, imac 0x793700 {

0 commit comments

Comments
 (0)