summaryrefslogtreecommitdiff
path: root/counter.h
diff options
context:
space:
mode:
Diffstat (limited to 'counter.h')
-rw-r--r--counter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/counter.h b/counter.h
index 7dcb97c..4250429 100644
--- a/counter.h
+++ b/counter.h
@@ -4,7 +4,7 @@
#include <SDL.h>
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