소스 검색

manual fix script issues

pull/4694/head
CrackedPixel 1 일 전
부모
커밋
6c2c67bd67
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      examples/textures/textures_polygon.c

+ 3
- 3
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] = {

불러오는 중...
취소
저장