浏览代码

Correct warning

pull/189/head
Ray 8 年前
父节点
当前提交
b4a3f294bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/textures.c

+ 1
- 1
src/textures.c 查看文件

@ -229,7 +229,7 @@ Image LoadImageRaw(const char *fileName, int width, int height, int format, int
// TODO: Review function to support multiple color modes
Image LoadImageFromRES(const char *rresName, int resId)
{
Image image;
Image image = { 0 };
bool found = false;
char id[4]; // rRES file identifier

正在加载...
取消
保存