mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Disable SAM threat fill, thicken outline.
As predicted, this only runs well on my machine.
This commit is contained in:
parent
5050914d25
commit
c7cc9d2a65
@ -258,7 +258,8 @@ function drawSamThreatsAt(tgo) {
|
|||||||
L.circle(tgo.position, {
|
L.circle(tgo.position, {
|
||||||
radius: range,
|
radius: range,
|
||||||
color: threatColor,
|
color: threatColor,
|
||||||
weight: 1,
|
fill: false,
|
||||||
|
weight: 2,
|
||||||
}).addTo(threatLayer);
|
}).addTo(threatLayer);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user