From 6fb37b67e88106c6fb62b0ff23ee4decbeb5deaa Mon Sep 17 00:00:00 2001 From: SmallIshMink <mattheo.m10@gmail.com> Date: Sun, 14 May 2023 17:05:32 +0200 Subject: [PATCH] test mirroring --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 0abc330..e50f539 100644 --- a/test.c +++ b/test.c @@ -155,7 +155,7 @@ int main( int argc, char* args[] ){ //initialisation du jeu init(&window,&renderer,&textures,&world); - + /*--------------------------Display--------------------------*/ compteur_test += test_init_ressource(renderer, &textures); compteur_test += test_apply_background_parralax(renderer, textures.background, &world, 1); -- GitLab