Skip to content

Commit

Permalink
Fixing Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainYS authored and CaptainYS committed Dec 29, 2020
1 parent cadd370 commit 2e5a2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/towns/sound/sound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void TownsSound::ProcessSound(void)
{
if(0!=state.ym2612.state.playingCh)
{
nextFMPCMWave.swap(state.ym2612.MakeWaveAllChannels(FM_PCM_MILLISEC_PER_WAVE));
nextFMPCMWave=state.ym2612.MakeWaveAllChannels(FM_PCM_MILLISEC_PER_WAVE);
}
if(true==state.rf5c68.IsPlaying())
{
Expand Down

0 comments on commit 2e5a2ec

Please sign in to comment.