Skip to content

Commit

Permalink
Fix arrows not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed May 20, 2024
1 parent 5c0dd21 commit f18b907
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ public void render(DrawContext context, int mouseX, int mouseY, float tickDelta)
y + selectionIconMarginTop,
0,
0,
0,
selectionIconSize,
selectionIconSize,
selectionIconSize,
selectionIconSize
);
Expand All @@ -318,6 +321,9 @@ public void render(DrawContext context, int mouseX, int mouseY, float tickDelta)
y + selectionIconMarginTop,
0,
0,
0,
selectionIconSize,
selectionIconSize,
selectionIconSize,
selectionIconSize
);
Expand Down

0 comments on commit f18b907

Please sign in to comment.