Universally challenged fixed
This commit is contained in:
@@ -25,7 +25,7 @@ public class UCController : UdonSharpBehaviour
|
||||
UCQuestionListItem listItem = listItemObj.GetComponent<UCQuestionListItem>();
|
||||
if (listItem != null)
|
||||
{
|
||||
listItem.Initialize(question);
|
||||
listItem.Initialize(question, i);
|
||||
listItem.controller = this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user