Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Yippee
  • Loading branch information
machiecodes committed Jan 9, 2025
1 parent f2f1ead commit 65a912c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private void onTick(TickEvent.Post event) {
if (!(active || HudEditorScreen.isOpen())) return;

for (HudElement element : elements) {
if (element.isActive()) element.tick(HudRenderer.INSTANCE);
element.tick(HudRenderer.INSTANCE);
}
}

Expand Down

0 comments on commit 65a912c

Please sign in to comment.