add custom_constructor to ccglprogram (#1009)

This commit is contained in:
MarioMastr 2024-07-28 22:19:00 +01:00 committed by GitHub
parent 1185672bb8
commit 0ef7d6e075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,6 +107,7 @@ public:
* @lua NA
*/
CCGLProgram();
GEODE_CUSTOM_CONSTRUCTOR_COCOS(CCGLProgram, CCObject);
/**
* @js NA
* @lua NA