Explorar el Código

Tabs to spaces

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

+ 2
- 2
src/text.c Ver fichero

@ -684,9 +684,9 @@ void UnloadFont(Font font)
// NOTE: Make sure spriteFont is not default font (fallback)
if (font.texture.id != GetFontDefault().texture.id)
{
for (int i = 0; i < font.charsCount; i++)
for (int i = 0; i < font.charsCount; i++)
{
free(font.chars[i].data);
free(font.chars[i].data);
}
UnloadTexture(font.texture);
free(font.chars);

Cargando…
Cancelar
Guardar