Update animations

This commit is contained in:
Ilya Laktyushin 2021-09-09 00:43:16 +03:00
parent b277401bef
commit 4c8fa6ec1d
3 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
size_t height = 0;
_animation->size(width, height);
if (width > 1024 || height > 1024) {
if (width > 1536 || height > 1536) {
return nil;
}