Explorar o código

Fixed macOS build

Sam Lantinga hai 1 ano
pai
achega
de209c81d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/render/metal/SDL_render_metal.m

+ 1 - 1
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;