Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
IWareQ committed Jun 25, 2024
1 parent bbb20f6 commit 52fd2eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ public Position3d mul(Vector3dc v, Vector3d dest) {
}

@Override
public Position3d div(Vector3d v) {
public Position3d div(Vector3dc v) {
super.div(v);
return this;
}
Expand Down

0 comments on commit 52fd2eb

Please sign in to comment.