Audio/Music: Fix Play() call after music stopped

This commit is contained in:
SirLynix 2022-04-21 18:25:42 +02:00
parent 7a990c757f
commit 947cc96923
1 changed files with 4 additions and 0 deletions

View File

@ -288,8 +288,12 @@ namespace Nz
} }
} }
else else
{
// Ensure we're restarting
Stop();
StartThread(false); StartThread(false);
} }
}
/*! /*!
* \brief Changes the playing offset of the music * \brief Changes the playing offset of the music