From d697b2e88b08a7b80146677bda5cd636fb8d698a Mon Sep 17 00:00:00 2001 From: Torwent Date: Thu, 11 Jul 2024 00:33:15 +0200 Subject: [PATCH] fix(builder): compatibility with latest srl-t --- wasp_builder.simba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasp_builder.simba b/wasp_builder.simba index a3bc5ad..094b4d9 100644 --- a/wasp_builder.simba +++ b/wasp_builder.simba @@ -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');