Skip to content

Commit 5dedc9d

Browse files
larisandminggo
authored andcommitted
Update CCArmature.cpp (cocos2d#19579)
There is an unmatched ");" in the file at line 720.
1 parent 14d1ffe commit 5dedc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos/editor-support/cocostudio/CCArmature.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ void Armature::setBody(cpBody *body)
717717
{
718718
detector->setBody(body);
719719
}
720-
});
720+
}
721721
}
722722
}
723723
}

0 commit comments

Comments
 (0)