Skip to content

Commit 6b326c4

Browse files
authored
GJGarageLayer::node() for macOS Intel by @dankmeme01 (geode-sdk#919)
1 parent 9a4e9c0 commit 6b326c4

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
@@ -9855,7 +9855,7 @@ class GJGarageLayer : cocos2d::CCLayer, TextInputDelegate, FLAlertLayerProtocol,
98559855
m_selectedIconType = IconType::Cube;
98569856
m_videoPlaying = false;
98579857
}
9858-
static GJGarageLayer* node() = win inline, m1 0x2e93a8 {
9858+
static GJGarageLayer* node() = win inline, imac 0x355a30, m1 0x2e93a8 {
98599859
auto ret = new GJGarageLayer();
98609860
if (ret->init()) {
98619861
ret->autorelease();

0 commit comments

Comments
 (0)