Skip to content

Commit

Permalink
Update HallsOfStoneActions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobblybook committed Oct 20, 2024
1 parent 219b4f9 commit edcf90f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bool ShatterSpreadAction::Execute(Event event)
}
if (!closestMember || bot->GetExactDist2d(unit) < bot->GetExactDist2d(closestMember))
{
closestMember = botAI->GetUnit(member);
closestMember = unit;
}
}

Expand Down

0 comments on commit edcf90f

Please sign in to comment.