From 0b03431c95c3c348aa686c1a3df68a51bd7761a6 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 23 Jul 2014 00:06:24 +0200 Subject: Update to version 1.1.1 Check CHANGELOG for a detailed list of changes --- examples/ex07b_3d_shapes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/ex07b_3d_shapes.c b/examples/ex07b_3d_shapes.c index af6ad837..7520717d 100644 --- a/examples/ex07b_3d_shapes.c +++ b/examples/ex07b_3d_shapes.c @@ -47,7 +47,7 @@ int main() DrawCubeWires((Vector3){-4, 0, -2}, 3, 6, 2, MAROON); DrawSphere((Vector3){-1, 0, -2}, 1, GREEN); - DrawSphereWires((Vector3){1, 0, 2}, 2, LIME); + DrawSphereWires((Vector3){1, 0, 2}, 2, 16, 16, LIME); DrawCylinder((Vector3){4, 0, -2}, 1, 2, 3, 4, SKYBLUE); DrawCylinderWires((Vector3){4, 0, -2}, 1, 2, 3, 4, DARKBLUE); -- cgit v1.2.3