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 4305ec6 commit 67417d0
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 @@ -15,7 +15,7 @@ const AgentMetadata = ({ agentData }: AgentMetadataProps): JSX.Element => {
<div> uniqueID: {agentData.instanceId}</div>
<div> agentType: {agentData.type}</div>
<div>
position: x = {agentData.x}, y = {agentData.y}, z ={agentData.z}
position: x = {agentData.x}, y = {agentData.y}, z = {agentData.z}
</div>
<div>
rotation: x = {agentData.xrot}, y = {agentData.yrot}, z =
Expand Down

0 comments on commit 67417d0

Please sign in to comment.