Skip to content

Commit

Permalink
Fix Bag Item Guide Lag-Behind (closes #299)
Browse files Browse the repository at this point in the history
  • Loading branch information
hammy275 committed Sep 23, 2023
1 parent 17dc645 commit 3239542
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,7 @@ private void calculatePositions(BackpackInfo info, IVRPlayer vrPlayer) {

info.setPosition(31, centerCraftingPos.add(upVec.multiply(0.125, 0.125, 0.125)));
info.setHitbox(31, createHitbox(info.getPosition(31), 0.05f));

info.setInputSlots();
}
}

0 comments on commit 3239542

Please sign in to comment.