소스 검색

Remove trail spaces

pull/1113/head
Ray 5 년 전
부모
커밋
c5d5d19443
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/models.c
  2. +1
    -1
      src/text.c

+ 1
- 1
src/models.c 파일 보기

@ -3455,7 +3455,7 @@ static Model LoadGLTF(const char *fileName)
{
/***********************************************************************************
Function implemented by Wilhem Barbier(@wbrbr), with modifications by Tyler Bezera(@gamerfiend)
Function implemented by Wilhem Barbier(@wbrbr), with modifications by Tyler Bezera(@gamerfiend)
Features:
- Supports .gltf and .glb files

+ 1
- 1
src/text.c 파일 보기

@ -1446,7 +1446,7 @@ char *TextToUtf8(int *codepoints, int length)
// Resize memory to text length + string NULL terminator
void *ptr = RL_REALLOC(text, size + 1);
if (ptr != NULL) text = (char *)ptr;
return text;

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