diff options
| -rw-r--r-- | docs/examples/web/textures/resources/scarfy.png | bin | 21597 -> 33146 bytes | |||
| -rw-r--r-- | examples/textures/resources/scarfy.png | bin | 21597 -> 33146 bytes | |||
| -rw-r--r-- | src/textures.c | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/web/textures/resources/scarfy.png b/docs/examples/web/textures/resources/scarfy.png Binary files differindex a377a712..beb5ffa0 100644 --- a/docs/examples/web/textures/resources/scarfy.png +++ b/docs/examples/web/textures/resources/scarfy.png diff --git a/examples/textures/resources/scarfy.png b/examples/textures/resources/scarfy.png Binary files differindex a377a712..beb5ffa0 100644 --- a/examples/textures/resources/scarfy.png +++ b/examples/textures/resources/scarfy.png diff --git a/src/textures.c b/src/textures.c index 9fd5944e..af95f9dc 100644 --- a/src/textures.c +++ b/src/textures.c @@ -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; } |
