[*] wtf happened here? what the actual fuck (5cc811be19 5 months ago)

This commit is contained in:
Reece Wilson 2024-01-27 09:15:11 +00:00
parent fc081615a7
commit d1c668b2c1
3 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@
auline void Lock()
{
mutex.Unlock();
mutex.Lock();
}
auline void Unlock()

View File

@ -51,7 +51,7 @@ namespace Aurora::Threading::Primitives
auline void Lock()
{
mutex.Unlock();
mutex.Lock();
}
auline void Unlock()

View File

@ -61,7 +61,7 @@ namespace Aurora::Threading::Primitives
auline void Lock()
{
mutex.Unlock();
mutex.Lock();
}
auline void Unlock()