Increment emoji cache version.
This commit is contained in:
parent
9086052985
commit
124b9880d4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ constexpr auto kImagesPerRow = 32;
|
||||||
constexpr auto kImageRowsPerSprite = 16;
|
constexpr auto kImageRowsPerSprite = 16;
|
||||||
|
|
||||||
constexpr auto kSetVersion = uint32(1);
|
constexpr auto kSetVersion = uint32(1);
|
||||||
constexpr auto kCacheVersion = uint32(3);
|
constexpr auto kCacheVersion = uint32(4);
|
||||||
constexpr auto kMaxId = uint32(1 << 8);
|
constexpr auto kMaxId = uint32(1 << 8);
|
||||||
|
|
||||||
constexpr auto kScaleForTouchBar = 150;
|
constexpr auto kScaleForTouchBar = 150;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue