diff options
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2505,7 +2505,7 @@ Draw a line using cubic-bezier curves in-out --- -> success = RL_DrawLineBezier( Vector2 startPos, Vector2 endPos, Vector2 controlPos, float thickness, Color color ) +> success = RL_DrawLineBezierQuad( Vector2 startPos, Vector2 endPos, Vector2 controlPos, float thickness, Color color ) Draw line using quadratic bezier curves with a control point |
