Ver a proveniência

Update rtextures.c

pull/4175/head
Ray há 8 meses
ascendente
cometimento
474ab48f8b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c Ver ficheiro

@ -1213,7 +1213,7 @@ Image GenImageText(int width, int height, const char *text)
{
Image image = { 0 };
#ifdef SUPPORT_MODULE_RTEXT
#if defined(SUPPORT_MODULE_RTEXT)
int textLength = TextLength(text);
int imageViewSize = width*height;

Carregando…
Cancelar
Guardar