Skip to content

Commit

Permalink
add cutoff constructor for CCRenderTexture (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter authored and Cvolton committed Nov 22, 2024
1 parent 2ed1886 commit e47d5ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loader/include/Geode/cocos/misc_nodes/CCRenderTexture.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ class CC_DLL CCRenderTexture : public CCNode
*/
CC_PROPERTY(CCSprite*, m_pSprite, Sprite)
public:
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCRenderTexture, CCNode)

/**
* @js ctor
*/
Expand Down

0 comments on commit e47d5ff

Please sign in to comment.