diff --git a/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp b/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp index db852294a..c1d60d277 100644 --- a/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp +++ b/Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp @@ -8,7 +8,7 @@ #include #endif #include -#include // Necesario para GetOpenFileNameW +#include // Required for GetOpenFileNameW #define SKIN_SELECT_PACK_DEFAULT 0 #define SKIN_SELECT_PACK_FAVORITES 1 @@ -1866,4 +1866,4 @@ void UIScene_SkinSelectMenu::LoadExternalSkin() file.close(); } } -} \ No newline at end of file +}