From 456cc022f39d68c772193b8233547ebbfb37ea78 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 18 Jan 2021 19:36:33 +0100 Subject: [PATCH] (Metal) Buildfix --- gfx/drivers_context/cocoa_gl_ctx.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/cocoa_gl_ctx.m b/gfx/drivers_context/cocoa_gl_ctx.m index 2e57a63a05..1ca0a6e5df 100644 --- a/gfx/drivers_context/cocoa_gl_ctx.m +++ b/gfx/drivers_context/cocoa_gl_ctx.m @@ -767,7 +767,7 @@ const gfx_ctx_driver_t gfx_ctx_cocoagl = { #endif cocoa_gl_gfx_ctx_check_window, #if defined(HAVE_COCOA_METAL) - cocoagl_gfx_ctx_set_resize, + cocoa_gl_gfx_ctx_set_resize, #else NULL, /* set_resize */ #endif