Skip to content

Commit

Permalink
Merge pull request #60 from StarCoreSE/collision-detection-ui
Browse files Browse the repository at this point in the history
Update CollisionPredictor.cs
  • Loading branch information
InvalidArgument3 authored Dec 23, 2024
2 parents 1bf53bc + 45ed881 commit 59c7cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollisionWarning/Data/Scripts/CollisionPredictor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[MySessionComponentDescriptor(MyUpdateOrder.BeforeSimulation)]
public class CollisionPredictor : MySessionComponentBase
{
private const float MinSpeed = 20f;
private const float MinSpeed = 2f;
private const float MaxRange = 1000f;
private const float ConeAngle = 30f;
private const int NotificationInterval = 60;
Expand Down

0 comments on commit 59c7cba

Please sign in to comment.