Fix compilation error after recent merge

This commit is contained in:
Sergey Sharybin 2017-09-25 19:02:30 +05:00
parent 98ba302f70
commit e615724221
1 changed files with 2 additions and 0 deletions

View File

@ -1681,6 +1681,8 @@ typedef struct Scene {
/* Physics simulation settings */
struct PhysicsSettings physics_settings;
void *pad6;
uint64_t customdata_mask; /* XXX. runtime flag for drawing, actually belongs in the window, only used by BKE_object_handle_update() */
uint64_t customdata_mask_modal; /* XXX. same as above but for temp operator use (gl renders) */