diff options
| author | iamcheeseman <[hidden email]> | 2026-02-03 22:28:37 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-02-03 22:28:37 -0500 |
| commit | 308d390ed3f34d99b4e559a7b832211fb20c46ec (patch) | |
| tree | 4276a6c99071f1cb51920b595834ed3b61f30d38 /src/sprite.odin | |
| parent | 3d1d31538d30a7f161f9f2b6d5e075ec69d3b860 (diff) | |
remove a buncha useless debug prints
Diffstat (limited to 'src/sprite.odin')
| -rw-r--r-- | src/sprite.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sprite.odin b/src/sprite.odin index e93a3b1..4d82813 100644 --- a/src/sprite.odin +++ b/src/sprite.odin @@ -87,8 +87,6 @@ draw_sprite :: proc(sprite: Sprite) { {f32(sprite.width), f32(sprite.height)}, } - log.debug(sprite.width, sprite.height) - fw.draw_tex_ex( sprite.image, sprite.pos, |
