Skip to content

Commit 5f5f985

Browse files
committed
Silence more warnings
1 parent 1499b0d commit 5f5f985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gfx/common/metal_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ typedef NS_ENUM(NSUInteger, ViewportResetMode) {
248248

249249
@interface Filter : NSObject
250250

251-
@property (nonatomic, readwrite) id<FilterDelegate> delegate;
251+
@property (nonatomic, readwrite, assign) id<FilterDelegate> delegate;
252252
@property (nonatomic, readonly) id<MTLSamplerState> sampler;
253253

254254
- (void)apply:(id<MTLCommandBuffer>)cb in:(id<MTLTexture>)tin out:(id<MTLTexture>)tout;

0 commit comments

Comments
 (0)