Skip to content

Commit

Permalink
Formatting fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jul 10, 2024
1 parent 8aa2d95 commit 8630cf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public override void OnCastStarted(Actor caster, ActorCastInfo spell)
if (rightIsWide == laneRight)
{
// wide
WideAOEs.Add(new(_shapeWide, Module.Center + rightDir * adjustedLaneOffset, spell.Rotation, spell.NPCFinishAt.AddSeconds(1.4f)));
WideAOEs.Add(new(_shapeWide, Module.Center + rightDir * adjustedLaneOffset, spell.Rotation, spell.NPCFinishAt.AddSeconds(1.4f)));
}
else
{
Expand Down

0 comments on commit 8630cf0

Please sign in to comment.