mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-14 07:18:14 +00:00
Minor format tweak
This commit is contained in:
@@ -189,7 +189,7 @@ void DrawLineBezierQuad(Vector2 startPos, Vector2 endPos, Vector2 controlPos, fl
|
||||
}
|
||||
}
|
||||
|
||||
//Draw line using cubic bezier curves with 2 control points
|
||||
// Draw line using cubic bezier curves with 2 control points
|
||||
void DrawLineBezierCubic(Vector2 startPos, Vector2 endPos, Vector2 startControlPos, Vector2 endControlPos, float thick, Color color)
|
||||
{
|
||||
const float step = 1.0f/BEZIER_LINE_DIVISIONS;
|
||||
|
Reference in New Issue
Block a user