Skip to content

Commit d582379

Browse files
authored
Merge pull request #76 from andymule/patch-2
Update README.md
2 parents 7b4a864 + 2336431 commit d582379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ public class SceneManipulator : MonoBehaviour
175175
public void RecordResultsAndEnd(int score)
176176
{
177177
// store their score
178-
session.currentTrial.results["score"] = score;
178+
session.CurrentTrial.result["score"] = score;
179179
// end this trial
180-
session.currentTrial.End();
180+
session.CurrentTrial.End();
181181
}
182182

183183
}

0 commit comments

Comments
 (0)