summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/API.md b/API.md
index 2a653db..b9741be 100644
--- a/API.md
+++ b/API.md
@@ -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