Skip to content

Commit

Permalink
fix(CheaterAudioRende): change reset to set 0 to mClock
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Jan 16, 2020
1 parent e2fc9b1 commit f1b6371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/render/audio/CheaterAudioRender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ int Cicada::CheaterAudioRender::start_device()

void Cicada::CheaterAudioRender::flush_device()
{
mClock.reset();
mClock.set(0);
mPCMDuration = 0;
}

Expand Down

0 comments on commit f1b6371

Please sign in to comment.