Change image set emote scale calculation
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user