Audio/Music: Fix Stop() not resetting playing offset

This commit is contained in:
Lynix 2016-11-24 12:15:16 +01:00
parent fd605ade12
commit e7ddcaf876
1 changed files with 2 additions and 0 deletions

View File

@ -343,6 +343,8 @@ namespace Nz
{ {
m_impl->streaming = false; m_impl->streaming = false;
m_impl->thread.Join(); m_impl->thread.Join();
SetPlayingOffset(0);
} }
} }