Skip to content

Commit

Permalink
fix broken segment
Browse files Browse the repository at this point in the history
  • Loading branch information
default-username-852 committed Aug 10, 2024
1 parent 9138b46 commit b40c166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Segment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const SEGMENTS = [
[[laptop(1, 5),book(1, 20)],[waterBottle(1, 18)], [waterBottle(5, 20)]], 35),
new Segment([
[wagon(0), wagon(45)],
[wagon(15), wagon(35)],
[ramp(5), wagon(15), wagon(35)],
[wagon(0), wagon(45)]
],
[[over(30)],[],[under(25)]],
Expand Down

0 comments on commit b40c166

Please sign in to comment.