mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Add a MutexRef class to clean up Mutex handling code
This commit is contained in:
@@ -124,7 +124,7 @@ private:
|
||||
|
||||
// Only one thread can access this object at the same time. This mutex will
|
||||
// make sure of that.
|
||||
thread::Mutex *mutex;
|
||||
love::thread::MutexRef mutex;
|
||||
|
||||
}; // Pool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user