Corrent recent commit: off by one error
This commit is contained in:
@@ -71,8 +71,8 @@ void id_clear_lib_data(struct Main *bmain, struct ID *id);
|
||||
|
||||
struct ListBase *which_libbase(struct Main *mainlib, short type);
|
||||
|
||||
#define MAX_LIBARRAY 34
|
||||
int set_listbasepointers(struct Main *main, struct ListBase **lb);
|
||||
#define MAX_LIBARRAY 35
|
||||
int set_listbasepointers(struct Main *main, struct ListBase *lb[MAX_LIBARRAY]);
|
||||
|
||||
void BKE_libblock_free(struct Main *bmain, void *idv);
|
||||
void BKE_libblock_free_ex(struct Main *bmain, void *idv, bool do_id_user);
|
||||
|
||||
Reference in New Issue
Block a user