1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-09-27 22:16:18 +00:00

Update CutsceneShadow.h

This commit is contained in:
Fire-Head 2020-07-31 21:34:52 +03:00
parent 224fd77641
commit f6663b01bc

View file

@ -14,12 +14,10 @@ public:
CShadowCamera m_Camera;
bool m_bResample;
char _pad0[3];
CShadowCamera m_ResampleCamera;
int32 m_nBlurPasses;
CShadowCamera m_BlurCamera;
bool m_bGradient;
char _pad1[3];
CShadowCamera m_GradientCamera;
union
@ -29,7 +27,7 @@ public:
RpClump *m_pClump;
};
int m_nRwObjectType;
int32 m_nRwObjectType;
RpLight *m_pLight;
RwSphere m_BoundingSphere;
RwSphere m_BaseSphere;