diff --git a/ijkmedia/ijksdl/metal/FSMetalView.m b/ijkmedia/ijksdl/metal/FSMetalView.m index 10ce35db..e5b17c32 100644 --- a/ijkmedia/ijksdl/metal/FSMetalView.m +++ b/ijkmedia/ijksdl/metal/FSMetalView.m @@ -596,7 +596,7 @@ - (void)drawRect:(NSRect)dirtyRect //[renderEncoder popDebugGroup]; [renderEncoder endEncoding]; //[commandBuffer presentDrawable:drawable]; - [commandBuffer presentDrawable:drawable atTime:currentAttach.presentationTime]; + [commandBuffer presentDrawable:drawable]; // Finalize rendering here & push the command buffer to the GPU. [commandBuffer commit]; self.previousTag = currentAttach.tag;