Skip to content

Commit

Permalink
Fix line-marker type
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Aug 13, 2022
1 parent 97c7f7a commit cc3e22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public LineMarker(String label, Line line) {
* @see #setLine(Line)
*/
public LineMarker(String label, Vector3d position, Line line) {
super("extrude", label, position);
super("line", label, position);
this.line = Objects.requireNonNull(line, "line must not be null");
}

Expand Down

0 comments on commit cc3e22b

Please sign in to comment.