소스 검색

Corrected comment

pull/579/head
Ray 7 년 전
부모
커밋
0c631e6b5a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/raylib.h

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

@ -1008,7 +1008,7 @@ RLAPI int MeasureText(const char *text, int fontSize);
RLAPI Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing); // Measure string size for Font
RLAPI const char *FormatText(const char *text, ...); // Formatting of text with variables to 'embed'
RLAPI const char *SubText(const char *text, int position, int length); // Get a piece of a text string
RLAPI int GetGlyphIndex(Font font, int character); // Get index position for a unicode character on sprite font
RLAPI int GetGlyphIndex(Font font, int character); // Get index position for a unicode character on font
//------------------------------------------------------------------------------------
// Basic 3d Shapes Drawing Functions (Module: models)

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