Skip to content

Commit

Permalink
fix(DmPerformance): broken DmEmbellishmentType enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 30, 2024
1 parent 02f6edf commit 84de01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dmusic.h
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ typedef enum DmEmbellishmentType {
DmEmbellishment_INTRO = 3,
DmEmbellishment_BREAK = 4,
DmEmbellishment_END = 5,
DmEmbellishment_END_AND_INTRO = 5,
DmEmbellishment_END_AND_INTRO = 6,
} DmEmbellishmentType;

DMAPI DmResult DmPerformance_create(DmPerformance** slf);
Expand Down

0 comments on commit 84de01a

Please sign in to comment.