metal: Fix a typo preventing iOS compilation...

This commit is contained in:
Alex Szpakowski 2018-01-01 23:06:08 -04:00
parent 1cc6603378
commit 07f08b47ff

View File

@ -151,7 +151,7 @@ typedef struct METAL_PipelineCache
@end
@implementation METAL_RenderData
#if !__has_feature(obc_arc)
#if !__has_feature(objc_arc)
- (void)dealloc
{
[_mtldevice release];
@ -177,7 +177,7 @@ typedef struct METAL_PipelineCache
@end
@implementation METAL_TextureData
#if !__has_feature(obc_arc)
#if !__has_feature(objc_arc)
- (void)dealloc
{
[_mtltexture release];