From f869229b7ff187a5f18feb0ba82e7e80c9c98a7b Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 3 Oct 2021 12:09:59 +0200 Subject: Minor format tweaks --- examples/models/models_mesh_picking.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/models') diff --git a/examples/models/models_mesh_picking.c b/examples/models/models_mesh_picking.c index c25aeeaf..0ac70907 100644 --- a/examples/models/models_mesh_picking.c +++ b/examples/models/models_mesh_picking.c @@ -101,10 +101,10 @@ int main(void) bary = Vector3Barycenter(collision.point, ta, tb, tc); } - + // Check ray collision against test sphere RayCollision sphereHitInfo = GetRayCollisionSphere(ray, sp, sr); - + if ((sphereHitInfo.hit) && (sphereHitInfo.distance < collision.distance)) { collision = sphereHitInfo; @@ -173,7 +173,7 @@ int main(void) } DrawRay(ray, MAROON); - + DrawGrid(10, 10.0f); EndMode3D(); -- cgit v1.2.3