Cleanup: rename mcords to mcoords
- 'coords' is an abbreviation for coordinates, not 'cords'. - Rename 'moves' to 'coords_len'.
This commit is contained in:
@@ -71,7 +71,7 @@ bool PE_mouse_particles(
|
||||
bool PE_box_select(struct bContext *C, const struct rcti *rect, const int sel_op);
|
||||
bool PE_circle_select(struct bContext *C, const int sel_op, const int mval[2], float rad);
|
||||
int PE_lasso_select(struct bContext *C,
|
||||
const int mcords[][2],
|
||||
const int mcoords[][2],
|
||||
const short moves,
|
||||
const int sel_op);
|
||||
bool PE_deselect_all_visible_ex(struct PTCacheEdit *edit);
|
||||
|
||||
Reference in New Issue
Block a user