add cutoff constructor for CCRenderTexture (#1171)

This commit is contained in:
Oleksandr Nemesh 2024-11-20 22:56:51 +02:00 committed by GitHub
parent cb8d7571dd
commit aee27805e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
*/