Skip to content

Commit

Permalink
Keyboard toggle of dithering was not working
Browse files Browse the repository at this point in the history
Now toggles the correct checkbox
  • Loading branch information
kometbomb committed Mar 18, 2015
1 parent b076911 commit c90d12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ void fx_add_param(int d)

case R_CRUSHDITHER:
{
flipbit(mused.song.fx[mused.fx_bus].flags, CYDFX_ENABLE_CRUSH);
flipbit(mused.song.fx[mused.fx_bus].flags, CYDFX_ENABLE_CRUSH_DITHER);
}
break;

Expand Down

0 comments on commit c90d12c

Please sign in to comment.