Skip to content

Commit

Permalink
Mixer.cpp: Fix spelling mistake
Browse files Browse the repository at this point in the history
Co-Authored-By: Hyunjin Song <[email protected]>
  • Loading branch information
JohannesLorenz and PhysSong authored Jun 5, 2019
1 parent ff1d75b commit 8e5b7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void Mixer::changeQuality( const struct qualitySettings & _qs )
void Mixer::doSetAudioDevice( AudioDevice * _dev )
{
// TODO: Use shared_ptr here in the future.
// Currently, this is save, because this is only called by
// Currently, this is safe, because this is only called by
// ProjectRenderer, and after ProjectRenderer calls this function,
// it does not access the old device anymore.
if( m_audioDev != m_oldAudioDev ) {delete m_audioDev;}
Expand Down

0 comments on commit 8e5b7a6

Please sign in to comment.