Skip to content

Commit

Permalink
fix MoreSearchLayer::create on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton authored and matcool committed Oct 13, 2023
1 parent d6dd153 commit bf2022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -4354,7 +4354,7 @@ class MenuLayer : cocos2d::CCLayer, FLAlertLayerProtocol, GooglePlayDelegate {
class MessageListDelegate {}

class MoreSearchLayer : FLAlertLayer {
static MoreSearchLayer* create() = mac 0x38ab40, win 0x182520;
static MoreSearchLayer* create() = mac 0x388180, win 0x182520;
virtual bool init() = mac 0x3896b0, win 0x1825c0;
void onClose(cocos2d::CCObject*) = mac 0x38aa40, win 0x1848f0;
}
Expand Down

0 comments on commit bf2022a

Please sign in to comment.