add cutoff constructor for CCRenderTexture (#1171)

This commit is contained in:
Oleksandr Nemesh 2024-11-20 22:56:51 +02:00 committed by Cvolton
parent 2ed18863a7
commit e47d5ff9f4

View file

@ -61,6 +61,8 @@ class CC_DLL CCRenderTexture : public CCNode
*/ */
CC_PROPERTY(CCSprite*, m_pSprite, Sprite) CC_PROPERTY(CCSprite*, m_pSprite, Sprite)
public: public:
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCRenderTexture, CCNode)
/** /**
* @js ctor * @js ctor
*/ */