Skip to content

Commit

Permalink
weird elude
Browse files Browse the repository at this point in the history
  • Loading branch information
stacktrace-error committed Jul 1, 2023
1 parent b2d4872 commit d89f66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/entities/part/HoverPart.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void draw(PartParams params){
rx = params.x + Tmp.v1.x,
ry = params.y + Tmp.v1.y;

Lines.poly(rx, ry, sides, radius * fin, params.rotation - 45f);
Lines.poly(rx, ry, sides, radius * fin, params.rotation);
}
}

Expand Down

0 comments on commit d89f66d

Please sign in to comment.