Ray 9 лет назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить