From c1d941396895a3af36545d48a3ee84edf8ab6b73 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 9 Mar 2026 02:04:02 -0500 Subject: [PATCH] feat: render HUD --- Minecraft.Client/UI/Gui.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Minecraft.Client/UI/Gui.cpp b/Minecraft.Client/UI/Gui.cpp index fb30994c7..22d488067 100644 --- a/Minecraft.Client/UI/Gui.cpp +++ b/Minecraft.Client/UI/Gui.cpp @@ -28,11 +28,12 @@ #include "../../Minecraft.World/Level/LevelChunk.h" #include "../../Minecraft.World/WorldGen/Biomes/Biome.h" -#define RENDER_HUD 0 -//#ifndef _XBOX -//#undef RENDER_HUD -//#define RENDER_HUD 1 -//#endif +#define RENDER_HUD 1 + +// #ifndef _XBOX +// #undef RENDER_HUD +// #define RENDER_HUD 1 +// #endif float Gui::currentGuiBlendFactor = 1.0f; // 4J added float Gui::currentGuiScaleFactor = 1.0f; // 4J added