Skip to content

Commit 26e0d68

Browse files
authored
whoops forgot frameName
1 parent 66a1c20 commit 26e0d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/2.2074/GeometryDash.bro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@ class CCSpriteWithHue : cocos2d::CCSprite {
18791879
delete ret;
18801880
return nullptr;
18811881
}
1882-
static CCSpriteWithHue* createWithSpriteFrameName(gd::string const&) = win inline, imac 0x5d8770, m1 0x50be14 {
1882+
static CCSpriteWithHue* createWithSpriteFrameName(gd::string const& frameName) = win inline, imac 0x5d8770, m1 0x50be14 {
18831883
return CCSpriteWithHue::createWithSpriteFrame(cocos2d::CCSpriteFrameCache::sharedSpriteFrameCache()->spriteFrameByName(frameName.c_str()));
18841884
}
18851885
static CCSpriteWithHue* createWithTexture(cocos2d::CCTexture2D* texture, cocos2d::CCRect const& rect, bool rotated) = win inline {

0 commit comments

Comments
 (0)