We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a1c20 commit 26e0d68Copy full SHA for 26e0d68
bindings/2.2074/GeometryDash.bro
@@ -1879,7 +1879,7 @@ class CCSpriteWithHue : cocos2d::CCSprite {
1879
delete ret;
1880
return nullptr;
1881
}
1882
- static CCSpriteWithHue* createWithSpriteFrameName(gd::string const&) = win inline, imac 0x5d8770, m1 0x50be14 {
+ static CCSpriteWithHue* createWithSpriteFrameName(gd::string const& frameName) = win inline, imac 0x5d8770, m1 0x50be14 {
1883
return CCSpriteWithHue::createWithSpriteFrame(cocos2d::CCSpriteFrameCache::sharedSpriteFrameCache()->spriteFrameByName(frameName.c_str()));
1884
1885
static CCSpriteWithHue* createWithTexture(cocos2d::CCTexture2D* texture, cocos2d::CCRect const& rect, bool rotated) = win inline {
0 commit comments