Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Sep 19, 2023
1 parent 4b10584 commit 9714ec1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions metadrive/obs/top_down_obs_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ class ObjectGraphics:

@classmethod
def display(
cls,
object: history_object,
surface,
color,
heading,
label: bool = False,
draw_countour=False,
contour_width=1
cls,
object: history_object,
surface,
color,
heading,
label: bool = False,
draw_countour=False,
contour_width=1
) -> None:
"""
Display a vehicle on a pygame surface.
Expand Down

0 comments on commit 9714ec1

Please sign in to comment.