From 05eff47b033d77c195e0dfccf38ae2d082e79981 Mon Sep 17 00:00:00 2001 From: Fayaz Shaikh <61674751+fayaz12g@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:32:02 -0500 Subject: [PATCH] Update UILayer.h --- Minecraft.Client/Common/UI/UILayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Common/UI/UILayer.h b/Minecraft.Client/Common/UI/UILayer.h index eb779ed96..47c776ab7 100644 --- a/Minecraft.Client/Common/UI/UILayer.h +++ b/Minecraft.Client/Common/UI/UILayer.h @@ -34,7 +34,7 @@ public: UIGroup *m_parentGroup; public: UILayer(UIGroup *parent); - + void tick(); void render(S32 width, S32 height, C4JRender::eViewportType viewport); void getRenderDimensions(S32 &width, S32 &height);