diff options
| author | iamcheeseman <[hidden email]> | 2026-01-17 22:40:57 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-17 22:40:57 -0500 |
| commit | 5d0c30e56aecbaa9d1f0bb806de2688d8b198f2c (patch) | |
| tree | 7e7b7358740d7f738afbd721191c0c970bee76b2 /src/draw.odin | |
| parent | dbe4c645e08fccb89f7bc1988f7be5c2ea246b31 (diff) | |
random stuff
Diffstat (limited to 'src/draw.odin')
| -rw-r--r-- | src/draw.odin | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/draw.odin b/src/draw.odin index b15853b..0c21c80 100644 --- a/src/draw.odin +++ b/src/draw.odin @@ -133,9 +133,7 @@ draw_texture_quad :: proc( quad.size.y * scale.y, }, offset, - // rotation, - math.round(rotation), - // math.round(rotation / 10) * 10, + math.round(rotation / 5) * 5, _color_to_rl(renderer.tint), ) } |
