Selaa lähdekoodia

Remove trail spaces

pull/1113/head
Ray 5 vuotta sitten
vanhempi
commit
c5d5d19443
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      src/models.c
  2. +1
    -1
      src/text.c

+ 1
- 1
src/models.c Näytä tiedosto

@ -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 Näytä tiedosto

@ -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;

Ladataan…
Peruuta
Tallenna