Closed braddunbar closed 9 months ago
The second argument to set_vec_pos always contains the value of self.data. Let's just use self.data and remove the second parameter altogether.
set_vec_pos
self.data
The second argument to
set_vec_pos
always contains the value ofself.data
. Let's just useself.data
and remove the second parameter altogether.