mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +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, {
|
||||
radius: range,
|
||||
color: threatColor,
|
||||
weight: 1,
|
||||
fill: false,
|
||||
weight: 2,
|
||||
}).addTo(threatLayer);
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user