Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forgor empty hand check
  • Loading branch information
beanbag44 committed Jun 5, 2025
commit 80d358e32d1bb4bde3e2645320cde6ef4e0fac79
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ object ViewModel : Module(
}

val emptyHand = itemStack.isEmpty
if (!enableHand) return
if (!enableHand && emptyHand) return

applyItemFov(matrices, side, emptyHand)
scale(side, matrices, emptyHand)
Expand Down