瀏覽代碼

Update rtextures.c

pull/4175/head
Ray 8 月之前
父節點
當前提交
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;

Loading…
取消
儲存