From f6f303969d37d06813b167cf7775aadecb26e3e2 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Mon, 11 Aug 2025 18:35:39 +0200 Subject: [PATCH] indent ! --- src/ecs/animation_system.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ecs/animation_system.h b/src/ecs/animation_system.h index c62423f..18e4dc7 100644 --- a/src/ecs/animation_system.h +++ b/src/ecs/animation_system.h @@ -7,9 +7,9 @@ typedef struct animation_system_data_t { sprite_component_data_t *sprite_component_data; - bool play :1; - bool loop :1; - bool reverse :1; + bool play :1; + bool loop :1; + bool reverse :1; float frame_delay_ms; float frame_timer_ms;