Skip to content

Commit

Permalink
Readd removed negative
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored May 6, 2024
1 parent 1e3d427 commit cb577f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class NewHeatActor(typing.NamedTuple):
),
NewHeatActor(
"s040_area4", [1000.0, 1000.0, 0.0], [-850.0, 300.0, 4250.0, 1950.0],
[(-850.0, 300.0), (4250.0, 300.0), (4250.0, 1950.0), (850.0, 1950.0)],
[(-850.0, 300.0), (4250.0, 300.0), (4250.0, 1950.0), (-850.0, 1950.0)],
["collision_camera_005", "PostGamma_001"]
),
NewHeatActor(
Expand Down

0 comments on commit cb577f4

Please sign in to comment.