From 8c48d4ee424690c3e232720cf979de7196d90773 Mon Sep 17 00:00:00 2001 From: BirDt_ Date: Fri, 17 Apr 2026 22:44:22 +0800 Subject: [PATCH] Undo the rendering wrapper so it can be moved out --- samples/bounce.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/bounce.scm b/samples/bounce.scm index b35bb39..97f1d23 100644 --- a/samples/bounce.scm +++ b/samples/bounce.scm @@ -29,10 +29,10 @@ ((if (circle-2d-filled? circle) draw-circle draw-circle-lines) - (inexact->exact (round (v-x draw-pos))) - (inexact->exact (round (v-y draw-pos))) + (v-x draw-pos) + (v-y draw-pos) (circle-2d-radius circle) - (use-color (visual-2d-color vis-2d))))))))))) + (visual-2d-color vis-2d)))))))))) (define-record-type