Skip to content

Commit 26170f5

Browse files
committed
Update map.simba
1 parent 70d2ff1 commit 26170f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osrs/position/map/map.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ begin
307307
debugImg := Self.Loader.DownscaledMap.Copy();
308308
matrixImg := new TImage();
309309
matrixImg.FromMatrix(matrix);
310-
debugImg.DrawAlpha := $A7;
310+
debugImg.DrawAlpha := 120;
311311
debugImg.DrawImage(matrixImg, [padding, padding]);
312312
for i := 0 to High(Self.Filters) do
313313
begin

0 commit comments

Comments
 (0)