From de209c81d1780859dafe35b2bd397f6bcc8ec25b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 29 Jul 2024 17:38:59 -0700 Subject: [PATCH] Fixed macOS build --- src/render/metal/SDL_render_metal.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/render/metal/SDL_render_metal.m b/src/render/metal/SDL_render_metal.m index ed7137fa79..b349a97a8c 100644 --- a/src/render/metal/SDL_render_metal.m +++ b/src/render/metal/SDL_render_metal.m @@ -1300,7 +1300,7 @@ static const float TEXTURETYPE_NV12 = 2; static const float TEXTURETYPE_NV21 = 3; static const float TEXTURETYPE_YUV = 4; -static const float INPUTTYPE_UNSPECIFIED = 0; +//static const float INPUTTYPE_UNSPECIFIED = 0; static const float INPUTTYPE_SRGB = 1; static const float INPUTTYPE_SCRGB = 2; static const float INPUTTYPE_HDR10 = 3;