Skip to content

Commit

Permalink
Merge pull request #292 from SunyanLBJ23/patch-1
Browse files Browse the repository at this point in the history
Update index.mdx
  • Loading branch information
brianzinn authored Oct 25, 2023
2 parents 002b30b + 77bbeea commit 8bf93d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/static/content/guides/animation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const RotatingBox: FC = () => {
<box
name="box"
size={2}
position={Vector3(0, 1, 0)}
rotation={Vector3(0, y, 0)}
position={new Vector3(0, 1, 0)}
rotation={new Vector3(0, y, 0)}
/>
)
}
Expand Down

0 comments on commit 8bf93d3

Please sign in to comment.