Skip to content

Commit 88a4575

Browse files
committed
Update EngineManager.cs
1 parent c8ae395 commit 88a4575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/TS.NET.Engine/EngineManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public bool TryStart(string configurationFile, string calibrationFile, string de
104104
}
105105
else if (File.Exists("thunderscope-calibration.json"))
106106
{
107-
thunderscopeCalibrationSettings = ThunderscopeCalibrationSettings.FromJsonFile(calibrationFile);
107+
thunderscopeCalibrationSettings = ThunderscopeCalibrationSettings.FromJsonFile("thunderscope-calibration.json");
108108
}
109109
else
110110
{

0 commit comments

Comments
 (0)