Skip to content

Commit

Permalink
only cast from one vector provider
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jan 8, 2024
1 parent 9fb426d commit ad94366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mcp/mobius/waila/gui/hud/TooltipHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public static void tick() {
castOrigin = provider.getOrigin(frameTime);
castDirection = provider.getDirection(frameTime);
RayCaster.cast(client.level, camera, castOrigin, castDirection, pickRange, results);
break;
}
}

Expand Down

0 comments on commit ad94366

Please sign in to comment.