Skip to content

Commit 594512c

Browse files
authored
Update Shirt.jsx - fix for error
1 parent f258fdc commit 594512c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/canvas/Shirt.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const Shirt = () => {
4242
rotation={[0, 0, 0]}
4343
scale={0.15}
4444
map={logoTexture}
45-
map-anisotropy={16}
45+
anisotropy={16}
4646
depthTest={false}
4747
depthWrite={true}
4848
/>
@@ -53,4 +53,4 @@ const Shirt = () => {
5353
)
5454
}
5555

56-
export default Shirt
56+
export default Shirt

0 commit comments

Comments
 (0)