Fix mistake in last commit.
This commit is contained in:
parent
dcaaf991d9
commit
aad1c56f47
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ function LightVisible(posa, posb, ...)
|
|||
end
|
||||
end
|
||||
|
||||
return not util.TraceLine({start = posa, endpos = posb, mask = MASK_SHOT_OPAQUE, filter}).Hit
|
||||
return not util.TraceLine({start = posa, endpos = posb, mask = MASK_SHOT_OPAQUE, filter = filter}).Hit
|
||||
end
|
||||
|
||||
function WorldVisible(posa, posb)
|
||||
|
|
Loading…
Reference in a new issue