mirror of https://github.com/encounter/SDL.git
metal: Fix a typo preventing iOS compilation...
This commit is contained in:
parent
1cc6603378
commit
07f08b47ff
|
@ -151,7 +151,7 @@ typedef struct METAL_PipelineCache
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation METAL_RenderData
|
@implementation METAL_RenderData
|
||||||
#if !__has_feature(obc_arc)
|
#if !__has_feature(objc_arc)
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
{
|
{
|
||||||
[_mtldevice release];
|
[_mtldevice release];
|
||||||
|
@ -177,7 +177,7 @@ typedef struct METAL_PipelineCache
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation METAL_TextureData
|
@implementation METAL_TextureData
|
||||||
#if !__has_feature(obc_arc)
|
#if !__has_feature(objc_arc)
|
||||||
- (void)dealloc
|
- (void)dealloc
|
||||||
{
|
{
|
||||||
[_mtltexture release];
|
[_mtltexture release];
|
||||||
|
|
Loading…
Reference in New Issue