From 1df7a8b4a6833d0589470f42db97cc7a423dca0b Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 20 Apr 2017 18:09:30 +0200 Subject: Update some files --- docs/examples/web/textures/resources/scarfy.png | Bin 21597 -> 33146 bytes examples/textures/resources/scarfy.png | Bin 21597 -> 33146 bytes src/textures.c | 2 ++ 3 files changed, 2 insertions(+) diff --git a/docs/examples/web/textures/resources/scarfy.png b/docs/examples/web/textures/resources/scarfy.png index a377a712..beb5ffa0 100644 Binary files a/docs/examples/web/textures/resources/scarfy.png and b/docs/examples/web/textures/resources/scarfy.png differ diff --git a/examples/textures/resources/scarfy.png b/examples/textures/resources/scarfy.png index a377a712..beb5ffa0 100644 Binary files a/examples/textures/resources/scarfy.png and b/examples/textures/resources/scarfy.png differ 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; } -- cgit v1.2.3