FIX: _limitBytes type error

This commit is contained in:
JiaqiSun 2024-04-08 20:26:15 +08:00
parent 8a33fb3ca7
commit cbc0ba930c
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ WEBP_CSP_MODE ConvertCSPMode(CGBitmapInfo bitmapInfo) {
NSUInteger _currentBlendIndex; NSUInteger _currentBlendIndex;
BOOL _preserveAspectRatio; BOOL _preserveAspectRatio;
CGSize _thumbnailSize; CGSize _thumbnailSize;
BOOL _limitBytes; NSUInteger _limitBytes;
} }
- (void)dealloc { - (void)dealloc {