Skip to content

Commit 2725c74

Browse files
committed
add comment
1 parent 2774a90 commit 2725c74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/vger/vgerPathScanner.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ struct vgerPathScanner {
5151

5252
void _init();
5353
void begin(vector_float2* cvs, int count);
54+
55+
// In case we want to render glphs with paths.
5456
void begin(CGPathRef path);
57+
5558
bool next();
5659

5760
};

0 commit comments

Comments
 (0)