Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellovell committed Oct 18, 2024
1 parent fb9741f commit bdea5f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Scripts/Config/SimulationConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class SimulationConfig {
[Header("Simulation Settings")]
public float timeScale = 0.05f;

public float endTime = 300f; // 5 minutes by default
public float endTime = 300f; // 5 minutes by default

[Header("Interceptor Swarm Configurations")]
public List<SwarmConfig> interceptor_swarm_configs = new List<SwarmConfig>();
Expand Down
1 change: 0 additions & 1 deletion Assets/Scripts/SimManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ private void InitializeSimulation() {
}
AddThreatSwarm(swarm);
}

}

public void AddInterceptorSwarm(List<Agent> swarm) {
Expand Down

0 comments on commit bdea5f4

Please sign in to comment.