Ver código fonte

Removed unnecessary

pull/773/head
Skabunkel 5 anos atrás
pai
commit
a90c9c5ade
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      src/text.c

+ 1
- 2
src/text.c Ver arquivo

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

Carregando…
Cancelar
Salvar