Cleanup: quiet stringop-overflow compiler warning
This commit is contained in:
@@ -145,7 +145,7 @@ typedef struct StudioLight {
|
||||
|
||||
void BKE_studiolight_init(void);
|
||||
void BKE_studiolight_free(void);
|
||||
void BKE_studiolight_default(SolidLight lights[4], float light_ambient[4]);
|
||||
void BKE_studiolight_default(SolidLight lights[4], float light_ambient[3]);
|
||||
struct StudioLight *BKE_studiolight_find(const char *name, int flag);
|
||||
struct StudioLight *BKE_studiolight_findindex(int index, int flag);
|
||||
struct StudioLight *BKE_studiolight_find_default(int flag);
|
||||
|
||||
@@ -1352,7 +1352,7 @@ static void studiolight_irradiance_preview(uint *icon_buffer, StudioLight *sl)
|
||||
ITER_PIXELS_END;
|
||||
}
|
||||
|
||||
void BKE_studiolight_default(SolidLight lights[4], float light_ambient[4])
|
||||
void BKE_studiolight_default(SolidLight lights[4], float light_ambient[3])
|
||||
{
|
||||
copy_v3_fl3(light_ambient, 0.0, 0.0, 0.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user