mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40:20 +02:00
metal: hook up the backbuffer
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
data = (uint8 *) buffer.contents;
|
||||
|
||||
for (int i = 0; i < BUFFER_FRAMES; i++)
|
||||
frameSemaphores[i] = dispatch_semaphore_create(0);
|
||||
frameSemaphores[i] = dispatch_semaphore_create(1);
|
||||
}}
|
||||
|
||||
virtual ~StreamBuffer()
|
||||
|
||||
Reference in New Issue
Block a user