Readded trimmed semicolon

This commit is contained in:
ThePickleMan 2013-10-13 23:12:41 -05:00
parent 01ebb2ac29
commit 870f7de357
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
void drawCubicBezier(const Point& from, const Point& control1, const Point& control2, const Point& to, unsigned int segments, const Color4F &color);
/** draw a quadratic bezier curve with color and number of segments */
void drawQuadraticBezier(const Point& from, const Point& control, const Point& to, unsigned int segments, const Color4F &color)
void drawQuadraticBezier(const Point& from, const Point& control, const Point& to, unsigned int segments, const Color4F &color);
/** Clear the geometry in the node's buffer. */
void clear();