Fix T-ray scanner PVS issues (#6554)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
Leon Friedrich
2022-02-12 12:00:33 +13:00
committed by GitHub
parent b4bef71424
commit 4ed7ec9419
6 changed files with 173 additions and 162 deletions

View File

@@ -22,7 +22,7 @@ public class TrayScannerComponent : Component
// range of the scanner itself
[DataField("range")]
public float Range { get; set; } = 0.5f;
public float Range { get; set; } = 2f;
// exclude entities that are not the set
// of entities in range & entities already revealed