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,7 +288,11 @@ namespace Nz
} }
} }
else else
{
// Ensure we're restarting
Stop();
StartThread(false); StartThread(false);
}
} }
/*! /*!