Explorar el Código

Corrected typo

pull/1133/head
raysan5 hace 5 años
padre
commit
71b06caed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c Ver fichero

@ -1956,7 +1956,7 @@ Image ImageTextEx(Font font, const char *text, float fontSize, float spacing, Co
{
// NOTE: Fixed line spacing of 1.5 line-height
// TODO: Support custom line spacing defined by user
textOffsetY += font.baseSize + font.baseSize/2);
textOffsetY += p">(font.baseSize + font.baseSize/2);
textOffsetX = 0.0f;
}
else

Cargando…
Cancelar
Guardar