Skip to content

Commit aee2780

Browse files
authored
add cutoff constructor for CCRenderTexture (#1171)
1 parent cb8d757 commit aee2780

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)