Skip to content

Commit 8b302b6

Browse files
committed
Remove GameObject::getObjectLabel stub
1 parent a56e95d commit 8b302b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7832,7 +7832,7 @@ class GameObject : CCSpritePlus {
78327832
virtual bool canReverse() { return false; }
78337833
virtual bool isSpecialSpawnObject() { return false; }
78347834
virtual bool canBeOrdered() { return false; }
7835-
virtual cocos2d::CCLabelBMFont* getObjectLabel() = m1 0x8d390, imac 0x7160, ios 0x171fa4 { return nullptr; }
7835+
virtual cocos2d::CCLabelBMFont* getObjectLabel() = m1 0x8d390, ios 0x171fa4 { return nullptr; }
78367836
virtual void setObjectLabel(cocos2d::CCLabelBMFont*) {}
78377837
virtual bool shouldDrawEditorHitbox() = m1 0x4ec0bc, imac 0x5b37c0, ios 0x261f40 { return true; }
78387838
virtual bool getHasSyncedAnimation() { return false; }

0 commit comments

Comments
 (0)