Skip to content

Commit

Permalink
Update examples/src/Components/AgentMetadata.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Fraser <[email protected]>
  • Loading branch information
toloudis and frasercl authored Dec 9, 2024
1 parent 67417d0 commit a356b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/Components/AgentMetadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AgentMetadata = ({ agentData }: AgentMetadataProps): JSX.Element => {
position: x = {agentData.x}, y = {agentData.y}, z = {agentData.z}
</div>
<div>
rotation: x = {agentData.xrot}, y = {agentData.yrot}, z =
rotation: x = {agentData.xrot}, y = {agentData.yrot}, z ={" "}
{agentData.zrot}
</div>
<div> radius: {agentData.cr}</div>
Expand Down

0 comments on commit a356b10

Please sign in to comment.