summaryrefslogtreecommitdiffhomepage
path: root/examples/web/shapes/shapes_draw_ring.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/shapes/shapes_draw_ring.c')
-rw-r--r--examples/web/shapes/shapes_draw_ring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shapes/shapes_draw_ring.c b/examples/web/shapes/shapes_draw_ring.c
index b863bc5..7262b0d 100644
--- a/examples/web/shapes/shapes_draw_ring.c
+++ b/examples/web/shapes/shapes_draw_ring.c
@@ -29,7 +29,7 @@ const int screenHeight = 450;
// NOTE: Textures MUST be loaded after Window initialization (OpenGL context is required)
-Vector2 center = { 0.0f };
+Vector2 center = { 0 };
float innerRadius = 80.0f;
float outerRadius = 190.0f;