diff --git a/gfx/common/metal_common.m b/gfx/common/metal_common.m index 14e2caf23c..50c574d932 100644 --- a/gfx/common/metal_common.m +++ b/gfx/common/metal_common.m @@ -307,7 +307,7 @@ [_frameView updateFrame:frame pitch:pitch]; } - [self _drawCore:video_info]; + [self _drawCore]; [self _drawMenu:video_info]; id rce = _context.rce; @@ -416,7 +416,7 @@ [_context begin]; } -- (void)_drawCore:(video_frame_info_t *)video_info +- (void)_drawCore { id rce = _context.rce;