Skip to content

Commit

Permalink
manual fix script issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel committed Jan 16, 2025
1 parent 2085376 commit 6c2c67b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/textures/textures_polygon.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down Expand Up @@ -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] = {
Expand Down

0 comments on commit 6c2c67b

Please sign in to comment.