Update CutsceneShadow.h

This commit is contained in:
Fire_Head 2020-08-05 17:13:21 +03:00 committed by GitHub
parent 89fd7759a3
commit 6fcc75032e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
};
};