Procházet zdrojové kódy

Update rtextures.c

pull/4175/head
Ray před 8 měsíci
rodič
revize
474ab48f8b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c Zobrazit soubor

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

Načítá se…
Zrušit
Uložit