소스 검색

Corrected tipo

pull/114/head
raysan5 9 년 전
부모
커밋
5c112ff542
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h 파일 보기

@ -376,7 +376,7 @@ typedef struct Mesh {
float *tangents; // vertex tangents (XYZ - 3 components per vertex) (shader-location = 4)
unsigned char *colors; // vertex colors (RGBA - 4 components per vertex) (shader-location = 3)
unsigned short *indices; // vertex indices (in case vertex data comes indexed)
int trianglesCount; // number of triangles to draw
int triangleCount; // number of triangles to draw
BoundingBox bounds; // mesh limits defined by min and max points

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