From bdbd475ae30b75aaad113f913ed9c70668b471b8 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 2 Dec 2022 22:53:51 +0200 Subject: ReiLuaGui basics done. --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API.md') 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 -- cgit v1.2.3