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:
@@ -258,7 +258,8 @@ function drawSamThreatsAt(tgo) {
|
||||
L.circle(tgo.position, {
|
||||
radius: range,
|
||||
color: threatColor,
|
||||
weight: 1,
|
||||
fill: false,
|
||||
weight: 2,
|
||||
}).addTo(threatLayer);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user