Cleanup: Fix warning in bf_editor_mesh
Declaration and implementation of EDBM_select_id_context_create got out of sync leading to warning with msvc.
This commit is contained in:
@@ -346,7 +346,7 @@ uint EDBM_select_id_context_elem_len(const struct EDBMSelectID_Context *sel_id_c
|
||||
|
||||
struct EDBMSelectID_Context *EDBM_select_id_context_create(ViewContext *vc,
|
||||
Base **bases,
|
||||
uint bases_len,
|
||||
const uint bases_len,
|
||||
short select_mode)
|
||||
{
|
||||
struct EDBMSelectID_Context *sel_id_ctx = MEM_mallocN(sizeof(*sel_id_ctx), __func__);
|
||||
|
||||
Reference in New Issue
Block a user