Skip to content

Commit

Permalink
Update walker.simba
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent committed Sep 25, 2021
1 parent c9357bd commit 49e3c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osr/walker/walker.simba
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ begin
if Result and Self.ScreenWalk then
begin
R := Minimap.PointToMSRect(MinimapPoint, Angle);
Result := MainScreen.IsVisible(R.Mean);
Result := MainScreen.IsVisible(R.Mean) and (CountColor($000000, R.Bounds.Expand(0, MainScreen.Bounds)) = 0);
end;
end;

Expand Down

0 comments on commit 49e3c96

Please sign in to comment.