We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c746e81 commit 2a1a0f4Copy full SHA for 2a1a0f4
src/main/java/com/cleanroommc/modularui/screen/ClientScreenHandler.java
@@ -193,7 +193,7 @@ public static void onGuiDraw(GuiScreenEvent.DrawScreenEvent.Post event) {
193
194
@SubscribeEvent
195
public static void onTick(TickEvent.ClientTickEvent event) {
196
- if (event.phase == TickEvent.Phase.START) {
+ if (event.phase == TickEvent.Phase.END) {
197
OverlayStack.onTick();
198
defaultContext.tick();
199
if (checkGui()) {
0 commit comments