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();
RwSphere &GetBaseSphere()
RwSphere GetBaseSphere()
{
return m_BaseSphere;
}