Skip to content

Commit 8157de4

Browse files
committed
Update doc comments for CCDrawNode.
1 parent 26feadd commit 8157de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cocos2d/CCDrawNode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
-(void)drawSegmentFrom:(CGPoint)a to:(CGPoint)b radius:(CGFloat)radius color:(CCColor *)color;
6363

6464
/**
65-
* Draw a polygon with a fill color and line color.
65+
* Draw a convex polygon with a fill color and line color.
66+
* The polygon winding must be clockwise.
6667
*
6768
* @param verts Array of CGPoints, containing the vertices.
6869
* @param count Number of vertices.

0 commit comments

Comments
 (0)