Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
For loops can be infinite, what's causing the crash is what you're using with it.
Posts: 249
Threads: 56
Joined: Jun 2013
Reputation:
0
i used to use MAX_OBJECTS which is 1000 instead of 600000 only thing i changed in the command is that and when it was MAX_OBJECTS it worked fine.
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
Well since you haven't posted any code, I can only assume you're creating or modifying objects. The for loop does not have a limit, but objects do, hence the 'MAX_OBJECTS' defined value.