Skip to content

Commit

Permalink
Fix music not playing but not stopped
Browse files Browse the repository at this point in the history
Signed-off-by: Mahyar Koshkouei <[email protected]>
  • Loading branch information
deltabeard committed Feb 19, 2017
1 parent 0dc4103 commit 5b1677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/playback.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "playback.h"
#include "wav.h"

static volatile bool stop = false;
static volatile bool stop = true;

/**
* Pause or play current file.
Expand Down

0 comments on commit 5b1677d

Please sign in to comment.