mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
add missing default ctor for CCLayerGradient
This commit is contained in:
parent
5d07b2ab7d
commit
5126c31739
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ class CC_DLL CCLayerGradient : public CCLayerColor
|
|||
GEODE_FRIEND_MODIFY
|
||||
public:
|
||||
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCLayerGradient, CCLayerColor)
|
||||
CCLayerGradient() {}
|
||||
|
||||
|
||||
/** Creates a full-screen CCLayer with a gradient between start and end. */
|
||||
|
|
Loading…
Add table
Reference in a new issue