Skip to content

Commit

Permalink
Update launcher/minecraft/auth/MinecraftAccount.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: maple! <averyrudelphe@gmail.com>
  • Loading branch information
lumiscosity and TheKodeToad committed Aug 10, 2023
1 parent 22353df commit af8878f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/minecraft/auth/MinecraftAccount.cpp
Expand Up @@ -126,7 +126,7 @@ QPixmap MinecraftAccount::getFace() const
return QPixmap();
}
QPixmap skin = QPixmap(8, 8);
skin.fill(QColor(0, 0, 0, 0));
skin.fill(QColorConstants::Transparent);
QPainter painter(&skin);
painter.drawPixmap(0, 0, skinTexture.copy(8, 8, 8, 8));
painter.drawPixmap(0, 0, skinTexture.copy(40, 8, 8, 8));
Expand Down

0 comments on commit af8878f

Please sign in to comment.