mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Added collectorRadius to new blip parameter when waypoint is updated to collector
This commit is contained in:
parent
d684d57cb2
commit
139a1a4163
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ namespace SceneManager
|
|||
}
|
||||
else
|
||||
{
|
||||
CollectorRadiusBlip = new Blip(Blip.Position)
|
||||
CollectorRadiusBlip = new Blip(Blip.Position, collectorRadius)
|
||||
{
|
||||
Color = Blip.Color,
|
||||
Alpha = 0.5f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue