mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added potential fix for MacOSX thread problem.
This commit is contained in:
@@ -65,6 +65,11 @@ namespace openal
|
||||
// The Pool.
|
||||
Pool * pool;
|
||||
|
||||
// Set this to true when the thread should finish.
|
||||
// Main thread will write to this value, and Audio::run
|
||||
// will read from it.
|
||||
bool finish;
|
||||
|
||||
static int run(void * unused);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user