Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/CogitoNTNU/CrawlAI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfremming committed Nov 5, 2024
2 parents 89488b8 + 6be9b02 commit fdb4f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent_parts/motorjoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def render(self, screen, body_a, body_b):
"""Render the motor joint as a small red circle between the two bodies."""
# Get the positions of the two bodies
pos_a_world = body_a.local_to_world(self.pivot.anchor_a)
# Draw a line connecting the two bodies
# Draw a red circle connecting the two bodies
pygame.draw.circle(
surface=screen,
color=(255, 0, 0),
Expand Down

0 comments on commit fdb4f1d

Please sign in to comment.