mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 17:49:00 +00:00
Update CutsceneShadow.h
This commit is contained in:
parent
89fd7759a3
commit
6fcc75032e
1 changed files with 2 additions and 2 deletions
|
@ -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