moved some stuff around

This commit is contained in:
Chris Midkiff
2018-10-18 15:53:03 -04:00
parent 750a314687
commit 40690aed39
9 changed files with 3 additions and 51 deletions

View File

@@ -53,7 +53,6 @@ public class ExperimentController : MonoBehaviour {
public void BackToStart()
{
Hide(nextDot);
//nextDot = GameObject.Find(participant.trials[trialIndex][trialDotIndex]);
Show(startDot);
}