Remove CHATTERINO_TEST definition (#4526)

This commit is contained in:
pajlada
2023-04-09 12:18:56 +02:00
committed by GitHub
parent 6cbf750ec5
commit c8e1741e47
8 changed files with 11 additions and 44 deletions
-2
View File
@@ -61,9 +61,7 @@ const ImagePtr &ImageSet::getImage3() const
const std::shared_ptr<Image> &getImagePriv(const ImageSet &set, float scale)
{
#ifndef CHATTERINO_TEST
scale *= getSettings()->emoteScale;
#endif
int quality = 1;