Update some files
This commit is contained in:
parent
517a7e3466
commit
1df7a8b4a6
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…
Reference in New Issue
Block a user