Fix crash drawing light probe

This commit is contained in:
Campbell Barton 2018-01-30 13:36:41 +11:00
parent 58c92f9f0d
commit e83cbf4610
1 changed files with 2 additions and 0 deletions

View File

@ -1471,6 +1471,8 @@ static void DRW_shgroup_speaker(OBJECT_StorageList *stl, Object *ob, ViewLayer *
}
typedef struct OBJECT_LightProbeEngineData {
ObjectEngineData engine_data;
float prb_mats[6][4][4];
float probe_cube_mat[4][4];
float draw_size;