From 6613969cd6511acb4f7faf6ab99caa9ee8838a2e Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 20 May 2025 19:50:54 +0200 Subject: Remove the transformation from pixel to OpenGL coordinates --- src/main/game/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/game/game.h') diff --git a/src/main/game/game.h b/src/main/game/game.h index 8148645..e98e109 100644 --- a/src/main/game/game.h +++ b/src/main/game/game.h @@ -20,6 +20,6 @@ #ifndef __GAME_H__ #define __GAME_H__ -void game_draw_field(int box_size, int x, int y); +void game_draw_field(float box_size, float x, float y); #endif /* __GAME_H__ */ -- cgit v1.2.3