Skip to content

Commit c7bf4fe

Browse files
committed
NOISSUE fix right leg cover missing in skin thumbnails
1 parent 7837247 commit c7bf4fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

launcher/skins/SkinTypes.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ const QImage & SkinData::getListTexture(Model model) const
188188

189189
paintFront(8, 22, left_leg);
190190
paintFront(8, 22, left_leg_cover);
191+
paintFront(4, 22, right_leg_cover);
191192
}
192193

193194
paintBack(24, 2, head);
@@ -233,6 +234,7 @@ const QImage & SkinData::getListTexture(Model model) const
233234

234235
paintBack(24, 22, left_leg);
235236
paintBack(24, 22, left_leg_cover);
237+
paintBack(28, 22, right_leg_cover);
236238
}
237239
preview = temp.scaled(72, 72);
238240
}

0 commit comments

Comments
 (0)