Update UIScene_SkinSelectMenu.cpp

English //
This commit is contained in:
IsraelProyects 2026-03-03 14:00:22 -07:00 committed by GitHub
parent ecb47a15ef
commit 9a0cfd0243
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -788,12 +788,12 @@ void UIScene_SkinSelectMenu::handleSkinIndexChanged()
if (m_packIndex == SKIN_SELECT_PACK_DEFAULT && m_bUsingCustomSkin)
{
m_labelSkinOrigin.setLabel(L"X: Custom Skin"); // Muestra la ayuda visual
m_labelSkinOrigin.setLabel(L"X: Custom Skin"); // Show visual help
}
if (m_selectedSkinPath.compare(m_currentSkinPath) == 0)
{
setCharacterSelected(true); // Activa el icono de seleccionado
setCharacterSelected(true); // Activates the selected icon automatically
}