Explorar el Código

Update text_raylib_fonts.c

pull/1673/head
Ray hace 3 años
padre
commit
89278953ae
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      examples/text/text_raylib_fonts.c

+ 1
- 1
examples/text/text_raylib_fonts.c Ver fichero

@ -52,7 +52,7 @@ int main(void)
for (int i = 0; i < MAX_FONTS; i++)
{
positions[i].x = screenWidth/2 - MeasureTextEx(fonts[i], messages[i], fonts[i].baseSize*2.0f, spacings[i]).x/2.0f);
positions[i].x = screenWidth/2 - MeasureTextEx(fonts[i], messages[i], fonts[i].baseSize*2.0f, spacings[i]).x/2.0f;
positions[i].y = 60 + fonts[i].baseSize + 45*i;
}

Cargando…
Cancelar
Guardar