소스 검색

formatting fix

pull/4364/head
Artem Borovik 4 달 전
부모
커밋
542f070ab4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      examples/textures/textures_polygon.c

+ 3
- 3
examples/textures/textures_polygon.c 파일 보기

@ -88,9 +88,9 @@ int main(void)
BeginDrawing();
ClearBackground(RAYWHITE);
DrawText("textured polygon", 20, 20, 20, DARKGRAY);
DrawTexturePoly(texture, (Vector2){ GetScreenWidth()/2.0f, GetScreenHeight()/2.0f },
positions, texcoords, MAX_POINTS, WHITE);
@ -104,7 +104,7 @@ int main(void)
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------
return 0;
}

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