Skip to content

Commit 8e54b19

Browse files
committed
Update shapes_basic_shapes.c
1 parent e24b01b commit 8e54b19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/shapes/shapes_basic_shapes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ int main(void)
5050

5151
// Circle shapes and lines
5252
DrawCircle(screenWidth/5, 120, 35, DARKBLUE);
53-
DrawCircleGradient(screenWidth/5, 220, 60, GREEN, SKYBLUE);
53+
DrawCircleGradient((Vector2){ screenWidth/5.0f, 220.0f }, 60, GREEN, SKYBLUE);
5454
DrawCircleLines(screenWidth/5, 340, 80, DARKBLUE);
5555
DrawEllipse(screenWidth/5, 120, 25, 20, YELLOW);
5656
DrawEllipseLines(screenWidth/5, 120, 30, 25, YELLOW);

0 commit comments

Comments
 (0)