mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix a typo.
This commit is contained in:
@@ -3552,8 +3552,8 @@ static ma_uint32 ma_node_set_read_counter(ma_node* pNode, ma_uint32 newReadCount
|
|||||||
MA_ASSERT(pNodeBase != NULL);
|
MA_ASSERT(pNodeBase != NULL);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This function will be only ever be called in a controlled environment (only on the audio
|
This function will only ever be called in a controlled environment (only on the audio thread,
|
||||||
thread, and never concurrently).
|
and never concurrently).
|
||||||
*/
|
*/
|
||||||
oldReadCounter = pNodeBase->readCounter;
|
oldReadCounter = pNodeBase->readCounter;
|
||||||
pNodeBase->readCounter = newReadCounter;
|
pNodeBase->readCounter = newReadCounter;
|
||||||
|
|||||||
Reference in New Issue
Block a user