Explorar el Código

Removed unnecessary

pull/773/head
Skabunkel hace 5 años
padre
commit
a90c9c5ade
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      src/text.c

+ 1
- 2
src/text.c Ver fichero

@ -688,8 +688,7 @@ void UnloadFont(Font font)
{
for (int i = 0; i < font.charsCount; i++)
{
if(font.chars[i].data != NULL)
free(font.chars[i].data);
free(font.chars[i].data);
}
UnloadTexture(font.texture);
free(font.chars);

Cargando…
Cancelar
Guardar