mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
add cutoff constructor for CCRenderTexture (#1171)
This commit is contained in:
parent
2ed18863a7
commit
e47d5ff9f4
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue