mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-23 19:53:47 +00:00
Fixed compile error/typo
This commit is contained in:
@@ -8652,7 +8652,7 @@ void ILibSparseArray_Destroy(ILibSparseArray sarray)
|
|||||||
*/
|
*/
|
||||||
void ILibSparseArray_Lock(ILibSparseArray sarray)
|
void ILibSparseArray_Lock(ILibSparseArray sarray)
|
||||||
{
|
{
|
||||||
ILibSpinLock_Lock(&(((ILibSparseArray_Root*)sarray)));
|
ILibSpinLock_Lock(&(((ILibSparseArray_Root*)sarray)->LOCK));
|
||||||
}
|
}
|
||||||
//! Use the Sparse Array as a synchronization lock, and release it
|
//! Use the Sparse Array as a synchronization lock, and release it
|
||||||
/*!
|
/*!
|
||||||
|
|||||||
Reference in New Issue
Block a user