From 9b1003fa7f9472775e19c9fa887f235def9cd2d2 Mon Sep 17 00:00:00 2001 From: Daniel Bratsberg Date: Tue, 3 Oct 2023 17:47:35 +0200 Subject: [PATCH] Fix comment on start of models_transformations.c example --- examples/models/models_transformations.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/models/models_transformations.c b/examples/models/models_transformations.c index 1dcd85f72..6ac9b9b7e 100644 --- a/examples/models/models_transformations.c +++ b/examples/models/models_transformations.c @@ -1,8 +1,9 @@ /******************************************************************************************* * - * raylib [models] example - Draw some basic geometric shapes (cube, sphere, cylinder...) + * raylib [models] example -Draw a cube and transform it by translating, scaling, + * and rotating. * - * Example originally created with raylib 1.0, last time updated with raylib 3.5 + * Example originally created with raylib 4.5, last time updated with raylib 4.5 * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software