DNA: Remove unnecessary studio light & light probe struct paddings

This commit is contained in:
Julian Eisel 2022-09-16 11:12:31 +02:00
parent 2c407cfb8f
commit 327802b86f
2 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ typedef struct LightProbe {
/* Runtime display data */
float distfalloff, distgridinf;
char _pad[8];
} LightProbe;
/* Probe->type */

View File

@ -581,7 +581,6 @@ typedef struct bUserAssetLibrary {
typedef struct SolidLight {
int flag;
float smooth;
char _pad0[8];
float col[4], spec[4], vec[4];
} SolidLight;