diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 13:40:34 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 13:40:34 +1100 |
commit | 68f590c848e0e91d70e7116655464f392ed6df46 (patch) | |
tree | dbe75dacac14bc377a3ca11e3e6f5a835c32b881 /include/celeritas.h | |
parent | f5190745aed65b231e380fa3f25fce46d220dcbc (diff) |
chore: format
Diffstat (limited to 'include/celeritas.h')
-rw-r--r-- | include/celeritas.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/include/celeritas.h b/include/celeritas.h index 6b8a673..534fb85 100644 --- a/include/celeritas.h +++ b/include/celeritas.h @@ -578,11 +578,7 @@ typedef struct keyframes { size_t n_frames; } keyframes; -typedef enum interpolation { - Interpolation_Step, - Interpolation_Linear, - Interpolation_Cubic -} interpolation; +typedef enum interpolation { Interpolation_Step, Interpolation_Linear, Interpolation_Cubic } interpolation; typedef struct animation_spline { f32* timestamps; @@ -594,7 +590,6 @@ typedef struct animation_spline { // --- Input - // --- Collisions // --- Physics |