Fix T69754: crash in sculpting after library overrides were enabled

The rest of this function uses G_MAIN, so do the same.
This commit is contained in:
Brecht Van Lommel 2019-09-11 17:31:00 +02:00
parent 6283b5b817
commit ee734dcc73
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ bool BKE_undosys_step_push_with_type(UndoStack *ustack,
/* Might not be final place for this to be called - probably only want to call it from some
* undo handlers, not all of them? */
if (BKE_override_library_is_enabled()) {
BKE_main_override_library_operations_create(CTX_data_main(C), false);
BKE_main_override_library_operations_create(G_MAIN, false);
}
/* Remove all undos after (also when 'ustack->step_active == NULL'). */