Minor fixes

This commit is contained in:
Christian Semmler
2024-01-20 10:46:49 -05:00
parent 8e1197d14c
commit 43c692c9d7
2 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ void LegoLoadCacheSoundPresenter::ReadyTickle()
m_unk0x74 = data;
m_cacheSound = new LegoCacheSound;
memcpy(&m_pcmWaveFormat, &header->m_pcmWaveFormat.wf, sizeof(m_pcmWaveFormat));
memcpy(&m_pcmWaveFormat, &header->m_pcmWaveFormat, sizeof(m_pcmWaveFormat));
m_subscriber->DestroyChunk(chunk);
ProgressTickleState(e_streaming);