Skip to content

Commit 453d39f

Browse files
committed
Added missing r6 jump animation to item render
1 parent d31183d commit 453d39f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/features/catalog/ItemRender.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const updateAnimationDropdown = () => {
9999
selectedRigType || ogAvatarData.playerAvatarType || 'R15';
100100
const isR6 = currentType === 'R6';
101101
const items = isR6
102-
? ['idle', 'walk', 'fall', 'climb']
102+
? ['idle', 'walk', 'jump', 'fall', 'climb']
103103
: ['idle', 'walk', 'run', 'jump', 'fall', 'climb', 'swim'];
104104

105105
const trueItems = items.map((v) => {

0 commit comments

Comments
 (0)