diff --git a/examples/toy_truck.py b/examples/toy_truck.py index c5747bd..bbbf8f2 100644 --- a/examples/toy_truck.py +++ b/examples/toy_truck.py @@ -167,5 +167,5 @@ with BuildPart() as cab: body.joints["body_top"].connect_to(cab.joints["cab_base"]) # Show the result -show(image, body.part, cab.part) +show(body.part, cab.part) # [End]