Dasher disappears if nebulae size is set to 6 and anything above 9

Dasher disappears if nebulae size is set to 6 and anything above 9

Same thing happened for me when I tried with the code
nebulae[i].pos.x = windowDimensions[0] += 300;

But with the code in the video it works
nebulae[i].pos.x = windowDimensions[0] + i * 300;

Did you do your own or used what is shown in the video?

Can you share your code? That way we can find the cause of the issue.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms