浏览代码

Update some files

pull/266/head
Ray 8 年前
父节点
当前提交
1df7a8b4a6
共有 3 个文件被更改,包括 2 次插入0 次删除
  1. 二进制
      docs/examples/web/textures/resources/scarfy.png
  2. 二进制
      examples/textures/resources/scarfy.png
  3. +2
    -0
      src/textures.c

二进制
docs/examples/web/textures/resources/scarfy.png 查看文件

之前 之后
宽度: 768  |  高度: 128  |  大小: 21 KiB 宽度: 768  |  高度: 128  |  大小: 32 KiB

二进制
examples/textures/resources/scarfy.png 查看文件

之前 之后
宽度: 768  |  高度: 128  |  大小: 21 KiB 宽度: 768  |  高度: 128  |  大小: 32 KiB

+ 2
- 0
src/textures.c 查看文件

@ -379,6 +379,8 @@ Texture2D LoadTextureFromImage(Image image)
texture.height = image.height; texture.height = image.height;
texture.mipmaps = image.mipmaps; texture.mipmaps = image.mipmaps;
texture.format = image.format; texture.format = image.format;
TraceLog(INFO, "[TEX %i] Parameters: %ix%i, %i mips, format %i", texture.width, texture.height, texture.mipmaps, texture.format);
return texture; return texture;
} }

正在加载...
取消
保存