We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933c0da commit 560aa9bCopy full SHA for 560aa9b
src/FACT.c
@@ -1432,7 +1432,7 @@ uint32_t FACTSoundBank_GetState(
1432
1433
FAudio_PlatformLockMutex(pSoundBank->parentEngine->apiLock);
1434
1435
- *pdwState = FACT_STATE_PREPARED;
+ *pdwState = 0;
1436
for (i = 0; i < pSoundBank->cueCount; i += 1)
1437
{
1438
if (pSoundBank->cues[i].instanceCount > 0)
0 commit comments