You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UpdateAge is only being used for PQS hits, even though polygon raycast hits can also be older than 0.
2 fix possibilites:
1 - maybe we don't need the old raycast age code anymore now with Unity5 changes.
2 - if we still do, then move UpdateAge out of LaserPQSUtil into LaserDist where it can be used for both types of old hit.
The text was updated successfully, but these errors were encountered:
UpdateAge is only being used for PQS hits, even though polygon raycast hits can also be older than 0.
2 fix possibilites:
1 - maybe we don't need the old raycast age code anymore now with Unity5 changes.
2 - if we still do, then move UpdateAge out of LaserPQSUtil into LaserDist where it can be used for both types of old hit.
The text was updated successfully, but these errors were encountered: