Skip to content

Commit

Permalink
post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
e-rk committed Mar 29, 2024
1 parent 7c12264 commit a8b0098
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions speedtools/frd_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ def _make_track_segment(
return TrackSegment(
mesh=mesh,
collision_meshes=collision_meshes,
extra_data_count=header.num_road_blocks,
extra_data_start=extra_data_start,
waypoints=waypoints,
)

Expand Down
2 changes: 1 addition & 1 deletion speedtools/track_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
AnimationAction,
Camera,
CollisionType,
CollisionPolygon,
Color,
CollisionFlags,
BaseMesh,
CollisionMesh,
DirectionalLight,
Expand Down
2 changes: 0 additions & 2 deletions speedtools/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ class TrackSegment:
mesh: DrawableMesh
collision_meshes: Sequence[CollisionMesh]
waypoints: Sequence[Vector3d]
extra_data_start: int
extra_data_count: int


@dataclass(frozen=True)
Expand Down

0 comments on commit a8b0098

Please sign in to comment.