21.08.2009, 03:54
Change this
,200.0);
to this
,100.0);
if you still get crash this beacuse you have alot of objects in one part you need to delete some objects from it.
,200.0);
to this
,100.0);
if you still get crash this beacuse you have alot of objects in one part you need to delete some objects from it.

