ソースを参照

Update rtextures.c

pull/4175/head
Ray 1年前
コミット
474ab48f8b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/rtextures.c

+ 1
- 1
src/rtextures.c ファイルの表示

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

読み込み中…
キャンセル
保存