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