Update some files
This commit is contained in:
parent
517a7e3466
commit
1df7a8b4a6
3 changed files with 2 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 32 KiB |
|
@ -379,6 +379,8 @@ Texture2D LoadTextureFromImage(Image image)
|
|||
texture.height = image.height;
|
||||
texture.mipmaps = image.mipmaps;
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue