From fb42252e30e3a83b7549cbc85f3cce87594e31aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ni=C3=B1o=20D=C3=ADaz?= Date: Tue, 2 Jul 2024 00:52:30 +0200 Subject: [PATCH] chore: Remove extra empty line --- library/dsma.h | 1 - 1 file changed, 1 deletion(-) diff --git a/library/dsma.h b/library/dsma.h index e63484a..1ec5c10 100644 --- a/library/dsma.h +++ b/library/dsma.h @@ -32,7 +32,6 @@ uint32_t DSMA_GetNumFrames(const void *dsa_file); ITCM_CODE ARM_CODE int DSMA_DrawModel(const void *dsm_file, const void *dsa_file, uint32_t frame_interp); - // Draws the model in the DSM file animated with the data in the specified DSA // files, at the requested frame, with the requested blending factor between the // two animations.