aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bindings/cs/libsurvive.net/SurviveContext.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/cs/libsurvive.net/SurviveContext.cs b/bindings/cs/libsurvive.net/SurviveContext.cs
index 37f67e4..084df31 100644
--- a/bindings/cs/libsurvive.net/SurviveContext.cs
+++ b/bindings/cs/libsurvive.net/SurviveContext.cs
@@ -42,7 +42,7 @@ namespace libsurvive
public SurviveContext(string replaydata)
{
- string[] vs = new[] { "--playback", "lightcap-reformat.log"};
+ string[] vs = new[] { "--playback", "P:/c/libsurvive-data/lightcap-reformat/lightcap-reformat.log", "--disambiguator", "StateBased", "--calibrate" };
Init(vs);
}