Skylander Portal: Clearing and Reloading fix

This commit is contained in:
Joshua de Reeper
2023-03-04 20:07:13 +13:00
parent 95ce41ac56
commit 2585ae9b2c
2 changed files with 6 additions and 1 deletions

View File

@ -332,7 +332,6 @@ void SkylanderPortalWindow::ClearSkylander(u8 slot)
QMessageBox::Ok);
return;
}
system.GetSkylanderPortal().RemoveSkylander(slot_infos->portal_slot);
m_sky_slots[slot].reset();
UpdateEdits();
}