mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
added rude's better SDL thread fix
This commit is contained in:
@@ -70,6 +70,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