Skip to content

Commit

Permalink
fix(builder): compatibility with latest srl-t
Browse files Browse the repository at this point in the history
  • Loading branch information
Torwent authored Jul 10, 2024
1 parent 4a2164f commit d697b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasp_builder.simba
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ begin
Result := ChooseOption.Select(action, MOUSE_LEFT, True, (False));
end;

procedure TRSMinimap.SetCompassAngle(degrees: Double; accuracy: Double = 5); override;
procedure TRSMinimap.SetCompassAngleEx(degrees, accuracy: Double); override;
begin
if MainScreen.IsUpText('>') then
ChooseOption.Select('Cancel');
Expand Down

0 comments on commit d697b2e

Please sign in to comment.