Skip to content

Commit 2a1a0f4

Browse files
committed
call update in tick end
1 parent c746e81 commit 2a1a0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cleanroommc/modularui/screen/ClientScreenHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public static void onGuiDraw(GuiScreenEvent.DrawScreenEvent.Post event) {
193193

194194
@SubscribeEvent
195195
public static void onTick(TickEvent.ClientTickEvent event) {
196-
if (event.phase == TickEvent.Phase.START) {
196+
if (event.phase == TickEvent.Phase.END) {
197197
OverlayStack.onTick();
198198
defaultContext.tick();
199199
if (checkGui()) {

0 commit comments

Comments
 (0)