diff options
| author | Xander Swan <[hidden email]> | 2026-01-02 16:15:25 -0500 |
|---|---|---|
| committer | Xander Swan <[hidden email]> | 2026-01-02 16:15:25 -0500 |
| commit | db7bdc1a6752a1fccf140a1a86fd3106d7403df5 (patch) | |
| tree | f84bb7f324e6d2338d1bd54536db134463e8ccf5 /src/draw/sprite.odin | |
| parent | 67248cc240ae7286f35fdbe8a4fbb98a79eaec75 (diff) | |
remove useless dumb idiot shaders ugh
Diffstat (limited to 'src/draw/sprite.odin')
| -rw-r--r-- | src/draw/sprite.odin | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/draw/sprite.odin b/src/draw/sprite.odin index a6a109b..aec6c61 100644 --- a/src/draw/sprite.odin +++ b/src/draw/sprite.odin @@ -1,9 +1,6 @@ package draw import "core:log" -// import "core:image" -import "core:mem" -// import "core:image/qoi" import rl "vendor:raylib" |
