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