Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an error where time travelling with no chrono tasks would cause a…
… segmentation fault (#105) When time travelling in NEAREST mode with no chrono tasks, the code would try to dereference an empty list. Fix this to ensure it works when no chrono tasks are present
- Loading branch information