Skip to content
Snippets Groups Projects
Commit 63aae672 authored by RZ-WIN\vr-admin's avatar RZ-WIN\vr-admin
Browse files

fix minor merge error (fixing the same bug in two branchen in different ways... tzzzz...)

parent 14c0307b
No related branches found
No related tags found
1 merge request!2GazeTracking Logging
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -148,7 +148,7 @@ void ASFStudySetup::GenerateTestStudyRuns() const
{
const TArray<USFCondition*> Conditions = GetAllConditionsForRun(ParticipantID);
USFParticipant* TmpParticipant = NewObject<USFParticipant>();
TmpParticipant->Initialize(ParticipantID, true);
TmpParticipant->Initialize(ParticipantID);
TmpParticipant->SetStudyConditions(Conditions); //this also saves it to json
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment