From 6c2c67bd6780eabd1aa190a4a5ebd015eee75385 Mon Sep 17 00:00:00 2001 From: CrackedPixel <5776225+CrackedPixel@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:12:50 -0600 Subject: [PATCH] manual fix script issues --- examples/textures/textures_polygon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/textures/textures_polygon.c b/examples/textures/textures_polygon.c index 7570efa7..82ccd1cf 100644 --- a/examples/textures/textures_polygon.c +++ b/examples/textures/textures_polygon.c @@ -1,6 +1,8 @@ /******************************************************************************************* * -* raylib [shapes] example - Draw Textured Polygon +* raylib [textures] example - Draw Textured Polygon +* +* Example complexity rating: [★☆☆☆] 1/4 * * Example originally created with raylib 3.7, last time updated with raylib 3.7 * @@ -34,8 +36,6 @@ int main(void) const int screenHeight = 450; InitWindow(screenWidth, screenHeight, "raylib [textures] example - textured polygon"); -* -* Example complexity rating: [★☆☆☆] 1/4 // Define texture coordinates to map our texture to poly Vector2 texcoords[MAX_POINTS] = {