We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9838d commit 585dd83Copy full SHA for 585dd83
1 file changed
src/screens/mainFlow/scene/LieutenantHead.jsx
@@ -22,7 +22,7 @@ const Model = forwardRef((props, ref) => {
22
}
23
});
24
return (
25
- <group ref={ref} position={[0, -0.4, -1]}>
+ <group ref={ref} position={[0, -0.3, -3]}>
26
<primitive object={scene} {...props} />
27
</group>
28
);
0 commit comments