Skip to content

Commit

Permalink
format2
Browse files Browse the repository at this point in the history
  • Loading branch information
inspectredc committed Jan 8, 2025
1 parent 0a0b8f6 commit 9929af5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/audio/note_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ EnvelopePoint gDefaultEnvelope[] = {
NoteSubEu gZeroNoteSub = { 0 };

NoteSubEu gDefaultNoteSub = {
{ 1, 1, 0, 0, 0, 0, 0, 0 },
0, 0, 0, NULL,
{ 1, 1, 0, 0, 0, 0, 0, 0 }, 0, 0, 0, NULL,
};

f32 gDefaultPanVolume[] = {
Expand Down

0 comments on commit 9929af5

Please sign in to comment.