Fix compiler error in Windows

This error was introduced in commit https://developer.blender.org/rB66700196074ad168f3322f2766846a0a07f7a00f
This commit is contained in:
Antonio Vazquez 2019-08-27 11:14:10 +02:00
parent b91b9a8eca
commit 90751d1835
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ static void studiolight_load_equirect_image(StudioLight *sl)
* This file is currently only supported for MATCAPS where
* the first found 'diffuse' pass will be used for diffuse lighting
* and the first found 'specular' pass will be used for specular lighting */
MultilayerConvertContext ctx = {};
MultilayerConvertContext ctx = {0};
IMB_exr_multilayer_convert(ibuf->userdata,
&ctx,
&studiolight_multilayer_addview,