From dac6b72f8f5fc9ecf564412927dcff7a04d37dc0 Mon Sep 17 00:00:00 2001 From: Victor Gamper Date: Sun, 26 Jan 2020 13:20:28 +0100 Subject: Added birds and a readme file --- BitmapFontRenderer.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'BitmapFontRenderer.c') diff --git a/BitmapFontRenderer.c b/BitmapFontRenderer.c index 05e6bce..4232afd 100644 --- a/BitmapFontRenderer.c +++ b/BitmapFontRenderer.c @@ -713,7 +713,6 @@ void Font_DrawString(SDL_Surface* surface, int x, int y, char* string) { sdl_rect_output.y = y; int length = strlen(string); - printf("%d\n", length); for(int i = 0; i