소스 검색

Corrected bug

pull/558/head
Ray San 6 년 전
부모
커밋
7d0e09ff4c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/textures.c

+ 1
- 2
src/textures.c 파일 보기

@ -1982,10 +1982,9 @@ Image GenImageCellular(int width, int height, int tileSize)
// Generate image: font atlas. Requires TTF as input file.
// NOTE: Generated atlas packs characters in order and rectangles are defined with magenta borders (?)
// NOTE: Characters info data should be allocated by user for charsCount
Image GenImageFont(const char *fileName, int fontSize, int charsCount, int *fontChars, CharInfo *chars)
{
CharInfo *chars; // Characters info (if required)
// TODO.
}
#endif // SUPPORT_IMAGE_GENERATION

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