aboutsummaryrefslogtreecommitdiff
path: root/src/draw.odin
diff options
context:
space:
mode:
Diffstat (limited to 'src/draw.odin')
-rw-r--r--src/draw.odin4
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),
)
}