1
0
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:
Bryan Roe
2020-11-30 17:40:58 -08:00
parent 8a5610c2d8
commit 222a6c7430

View File

@@ -8652,7 +8652,7 @@ void ILibSparseArray_Destroy(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
/*!