Glow u igrici parovi
This commit is contained in:
@@ -211,7 +211,7 @@ public class Quiz4Controller : MonoBehaviour {
|
||||
/// </summary>
|
||||
private void InstantiateHaloPrefabs()
|
||||
{
|
||||
for (int i = 0; i < answers.Count(); i++)
|
||||
for (int i = 0; i < answers.Count; i++)
|
||||
{
|
||||
GameObject answerPrefab = Instantiate(haloEffect) as GameObject;
|
||||
answerPrefab.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user