Skip to content

Commit

Permalink
CCRepeatForever custom constructor (#1244)
Browse files Browse the repository at this point in the history
* CCRepeatForever custom constructor

* Whoops
  • Loading branch information
hiimjasmine00 authored Mar 2, 2025
1 parent b1dc29a commit bd1a650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loader/include/Geode/cocos/actions/CCActionInterval.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class CC_DLL CCRepeatForever : public CCActionInterval
{
GEODE_FRIEND_MODIFY
public:
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCRepeatForever, CCActionInterval)
/**
* @js ctor
*/
Expand Down

0 comments on commit bd1a650

Please sign in to comment.