mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Change image set emote scale calculation
This commit is contained in:
parent
64669879ad
commit
0abe85f53c
1 changed files with 1 additions and 3 deletions
|
@ -58,9 +58,7 @@ const ImagePtr &ImageSet::getImage3() const
|
||||||
|
|
||||||
const ImagePtr &ImageSet::getImage(float scale) const
|
const ImagePtr &ImageSet::getImage(float scale) const
|
||||||
{
|
{
|
||||||
auto emoteScale = getSettings()->emoteScale.getValue();
|
scale *= getSettings()->emoteScale;
|
||||||
|
|
||||||
scale += emoteScale - 1.f;
|
|
||||||
|
|
||||||
int quality = 1;
|
int quality = 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue