Skip to content

Commit

Permalink
fix crash on audio
Browse files Browse the repository at this point in the history
  • Loading branch information
voliva committed Jan 11, 2022
1 parent e011958 commit 4f3b12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pico8_ps4/audio.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ typedef struct {
char detune;
char reverb;
char dampen;
char speed;
unsigned char speed;
char loopStart;
char loopEnd;
P8_Note notes[NOTE_AMOUNT];
Expand Down

0 comments on commit 4f3b12c

Please sign in to comment.