retirer ligne noire

This commit is contained in:
2024-12-15 13:15:04 +01:00
parent 0553a603ff
commit 18a0978ab6
4 changed files with 9 additions and 6 deletions

2
main.c
View File

@@ -12,7 +12,7 @@
int main ()
{
dis display_user;
display_user.size_window = getMaxSize ();
display_user.size_window = getMaxSize (SIZE_PLAY);
display_user.size_box = SIZE_PLAY;
initSDL (&display_user);