From ecb47a15ef165471c2ad5b4917e0042790d3c5ac Mon Sep 17 00:00:00 2001 From: IsraelProyects <150495544+IsraelDXPP@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:46:23 -0700 Subject: [PATCH] Update UIScene_SkinSelectMenu.cpp English cm --- Minecraft.Client/Common/UI/UIScene_SkinSelectMenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}