mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 09:15:54 +00:00
Update CutsceneShadow.h
This commit is contained in:
parent
89fd7759a3
commit
6fcc75032e
|
@ -35,7 +35,7 @@ public:
|
|||
CCutsceneShadow();
|
||||
~CCutsceneShadow();
|
||||
|
||||
RwSphere &GetBaseSphere()
|
||||
RwSphere GetBaseSphere()
|
||||
{
|
||||
return m_BaseSphere;
|
||||
}
|
||||
|
@ -49,4 +49,4 @@ public:
|
|||
CShadowCamera *GetShadowCamera(int32 camType = RASTER);
|
||||
RwTexture *GetShadowRwTexture();
|
||||
void DrawBorderAroundTexture(RwRGBA const& color);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue