Fix light probe callbacks

Even though this wasn't crashing here, the arg types were wrong.
This commit is contained in:
2018-01-30 13:14:17 +11:00
parent 3e8c96ae46
commit 58c92f9f0d

View File

@@ -143,8 +143,8 @@ EEVEE_LightProbeEngineData *EEVEE_lightprobe_data_ensure(Object *ob)
ob,
&draw_engine_eevee_type,
sizeof(EEVEE_LightProbeEngineData),
&eevee_lightprobe_data_init,
&eevee_lightprobe_data_free);
eevee_lightprobe_data_init,
eevee_lightprobe_data_free);
}
/* Lamp data. */