mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-24 16:51:49 +01: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 New Issue
Block a user