I have a ArrayList called lockWeightBV and one called bezierVertexes.
When i remove a element from lockWeightBV then it's also removed from bezierVertexes.
I don't understand why it does that, or how i can prevend that.
-
ArrayList<BezierVertex> lockWeightBV = getBezierVertexes();
System.
lockWeightBV.remove(bv);
}
}
System.
It prints 4 and after that 3.
Sorry for the shitty formatting, edeting doesn't help, probably due shitty internet explore, i hope someone can fix it for me.
1