Audio/Music: Fix Play() call after music stopped
This commit is contained in:
parent
7a990c757f
commit
947cc96923
|
|
@ -288,7 +288,11 @@ namespace Nz
|
|||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Ensure we're restarting
|
||||
Stop();
|
||||
StartThread(false);
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue