Skip to content

Commit

Permalink
fix blunder (geode-sdk#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev authored Jul 23, 2024
1 parent 128112e commit 7d4661a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/2.206/GeometryDash.bro
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,8 @@ class CCLightStrip : cocos2d::CCNode {
auto* lightStripSequence = cocos2d::CCSequence::create(delayAction, cocos2d::CCShow::create(), spawnEaseOutActions, nullptr);

cocos2d::CCDirector::sharedDirector()->getActionManager()->addAction(lightStripSequence, this, false);

return true;
}

virtual void draw() = win 0x42e30, imac 0x50f020, m1 0x465b00;
Expand Down

0 comments on commit 7d4661a

Please sign in to comment.