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

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);
} }
} }