Skip to content

Commit 585dd83

Browse files
committed
fix(): Fixing the head
1 parent 3c9838d commit 585dd83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/screens/mainFlow/scene/LieutenantHead.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Model = forwardRef((props, ref) => {
2222
}
2323
});
2424
return (
25-
<group ref={ref} position={[0, -0.4, -1]}>
25+
<group ref={ref} position={[0, -0.3, -3]}>
2626
<primitive object={scene} {...props} />
2727
</group>
2828
);

0 commit comments

Comments
 (0)