Skip to content

Commit 560aa9b

Browse files
Elizabeth Figuraflibitijibibo
authored andcommitted
FACT: Do not set FACT_STATE_PREPARED for sound banks.
1 parent 933c0da commit 560aa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FACT.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ uint32_t FACTSoundBank_GetState(
14321432

14331433
FAudio_PlatformLockMutex(pSoundBank->parentEngine->apiLock);
14341434

1435-
*pdwState = FACT_STATE_PREPARED;
1435+
*pdwState = 0;
14361436
for (i = 0; i < pSoundBank->cueCount; i += 1)
14371437
{
14381438
if (pSoundBank->cues[i].instanceCount > 0)

0 commit comments

Comments
 (0)