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

View file

@ -35,7 +35,7 @@ public:
CCutsceneShadow(); CCutsceneShadow();
~CCutsceneShadow(); ~CCutsceneShadow();
RwSphere &GetBaseSphere() RwSphere GetBaseSphere()
{ {
return m_BaseSphere; return m_BaseSphere;
} }
@ -49,4 +49,4 @@ public:
CShadowCamera *GetShadowCamera(int32 camType = RASTER); CShadowCamera *GetShadowCamera(int32 camType = RASTER);
RwTexture *GetShadowRwTexture(); RwTexture *GetShadowRwTexture();
void DrawBorderAroundTexture(RwRGBA const& color); void DrawBorderAroundTexture(RwRGBA const& color);
}; };