Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
captainys committed Sep 30, 2024
1 parent 22b6dd5 commit 3e3f003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yssimplesound/src/yssimplesound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ YSRESULT YsSoundPlayer::StartStreaming(Stream &streamPlayer,StreamingOption opt)
YSRESULT YsSoundPlayer::StartStreaming(Stream &streamPlayer)
{
StreamingOption opt;
return StartStreamingAPISpecific(streamPlayer,opt);
return StartStreaming(streamPlayer,opt);
}

void YsSoundPlayer::StopStreaming(Stream &streamPlayer)
Expand Down

0 comments on commit 3e3f003

Please sign in to comment.