Skip to content

Commit

Permalink
Merge pull request #99 from pupil-labs/calibration-without-eyeid
Browse files Browse the repository at this point in the history
Remove duplicated sending of reference data
  • Loading branch information
Patrick Faion authored Jul 22, 2020
2 parents 7140fa3 + 6876803 commit d025662
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions plugin/Scripts/Calibration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ public void AddCalibrationPointReferencePosition(float[] position, double timest
calibrationData.Add(new Dictionary<string, object>() {
{ settings.PositionKey, position },
{ "timestamp", timestamp },
{ "id", int.Parse(Helpers.rightEyeID) }
});
calibrationData.Add(new Dictionary<string, object>() {
{ settings.PositionKey, position },
{ "timestamp", timestamp },
{ "id", int.Parse(Helpers.leftEyeID) }
});
}

Expand Down

0 comments on commit d025662

Please sign in to comment.