Skip to content

Commit e47d5ff

Browse files
PrevterCvolton
authored andcommitted
add cutoff constructor for CCRenderTexture (#1171)
1 parent 2ed1886 commit e47d5ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

loader/include/Geode/cocos/misc_nodes/CCRenderTexture.h

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class CC_DLL CCRenderTexture : public CCNode
6161
*/
6262
CC_PROPERTY(CCSprite*, m_pSprite, Sprite)
6363
public:
64+
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCRenderTexture, CCNode)
65+
6466
/**
6567
* @js ctor
6668
*/

0 commit comments

Comments
 (0)