From 3cfd7e2235c31a76401cfa307eba4b8415b8547f Mon Sep 17 00:00:00 2001 From: Jopestpe <47086979+Jopestpe@users.noreply.github.com> Date: Tue, 30 Sep 2025 17:57:07 -0300 Subject: [PATCH] FIXED: example: models_geometry_textures_cube - removed leftover TODO and aligned title with header --- examples/models/models_geometry_textures_cube.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/models/models_geometry_textures_cube.c b/examples/models/models_geometry_textures_cube.c index b6c699b7b..4608ad951 100644 --- a/examples/models/models_geometry_textures_cube.c +++ b/examples/models/models_geometry_textures_cube.c @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raylib [core] example - geometry textures cube +* raylib [models] example - geometry textures cube * * Example complexity rating: [★☆☆☆] 1/4 * @@ -57,9 +57,6 @@ int main(void) { // Update //---------------------------------------------------------------------------------- - // TODO: Update your variables here - //---------------------------------------------------------------------------------- - rotation += 1.0f; // Draw