aboutsummaryrefslogtreecommitdiff
path: root/src/resources.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources.odin')
-rw-r--r--src/resources.odin1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources.odin b/src/resources.odin
index 22fed57..8134ccb 100644
--- a/src/resources.odin
+++ b/src/resources.odin
@@ -83,7 +83,6 @@ get_image :: proc(id: Image_Id) -> fw.Texture {
defer image.destroy(img)
img_res.texture = fw.create_texture_from_image(img)
- log.debug(img_res.texture.size)
}
return img_res.texture