Skip to content

Commit 478aea1

Browse files
committed
fix: consistency
1 parent a343030 commit 478aea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osrs/position/map/entities.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ var
247247
vector: TVector2;
248248
dots: TPointArray;
249249
begin
250-
coordinates.Clear();
250+
coordinates := [];
251251
if radians = $FFFF then
252252
radians := Minimap.CompassRadians;
253253

0 commit comments

Comments
 (0)