Merge pull request #110 from JiaqiSun/0.14.5_fix

FIX: _limitBytes type error
This commit is contained in:
DreamPiggy 2024-04-09 14:29:49 +08:00 committed by GitHub
commit fed1583714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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