fix qt5 build
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
87ec7cdd39
commit
059c03c655
2 changed files with 2 additions and 3 deletions
|
@ -202,7 +202,6 @@ void SkinManageDialog::setupCapes()
|
|||
if (!m_capes.contains(cape.id)) {
|
||||
auto path = FS::PathCombine(capesDir, cape.id + ".png");
|
||||
if (QFileInfo(path).exists() && capeImage.load(path)) {
|
||||
capeImage = capeImage;
|
||||
m_capes[cape.id] = capeImage;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue