Skip to content

Commit

Permalink
fix(avatar): axesHelper removed from box background
Browse files Browse the repository at this point in the history
  • Loading branch information
BDenysovets committed Aug 9, 2022
1 parent 8cccf9a commit 4d62e9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Background/Box/Box.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const Box: FC<Background> = ({ src = '', ...baseProps }) => {
<mesh ref={ref} castShadow receiveShadow {...baseProps}>
<boxBufferGeometry />
<meshPhysicalMaterial map={texture} />
<axesHelper />
</mesh>
);
};
Expand Down

0 comments on commit 4d62e9f

Please sign in to comment.