Closed GoogleCodeExporter closed 9 years ago
Array b; Array a = b; fails, because it wrongly shares the memory, instead of duplicating it. Add a copy constructor to avoid this.
Original issue reported on code.google.com by erwin.coumans on 30 Nov 2008 at 4:26
erwin.coumans
Fixed here: http://code.google.com/p/bullet/source/detail?r=1541
Original comment by erwin.coumans on 30 Nov 2008 at 4:48
Original issue reported on code.google.com by
erwin.coumans
on 30 Nov 2008 at 4:26