From 5b8082c9cf3d70d1b158d2d7744fd5c008f788d3 Mon Sep 17 00:00:00 2001 From: citrons Date: Fri, 13 Oct 2023 22:30:00 -0500 Subject: use integer scaling for graphics --- counter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'counter.h') diff --git a/counter.h b/counter.h index 7dcb97c..4250429 100644 --- a/counter.h +++ b/counter.h @@ -4,7 +4,7 @@ #include int draw_counter(SDL_Renderer *rend, - SDL_Point screen_pos, double size, SDL_Color color, + SDL_Point screen_pos, int size, SDL_Color color, int number, int digits); #endif -- cgit v1.2.3