Skip to content

Commit

Permalink
fix(Performance): change broken enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 30, 2024
1 parent 9f91357 commit df85022
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DirectMusic/Performance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public enum Embellishment
Intro = 3,
Break = 4,
End = 5,
EndAndIntro = 5,
EndAndIntro = 6,
}

public class Performance
Expand Down
Binary file modified DirectMusic/runtimes/android-arm64/native/libdmusic.so
Binary file not shown.
Binary file modified DirectMusic/runtimes/linux-x64/native/libdmusic.so
Binary file not shown.
Binary file modified DirectMusic/runtimes/win-x64/native/dmusic.dll
Binary file not shown.

0 comments on commit df85022

Please sign in to comment.