Skip to content

Commit

Permalink
fix: fix face generation error of BME streets prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyc12345 committed Apr 22, 2024
1 parent 07298fd commit c58af8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbp_ng/raw_jsons/streets.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"params": {
"length": "length",
"height": "height",
"face": "(face[0], face[1], face[3], face[2], face[5], False)",
"face": "(face[0], face[1], face[2], face[3], face[5], False)",
"is_sink": "is_sink",
"is_ribbon": "False"
},
Expand Down

0 comments on commit c58af8c

Please sign in to comment.