1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-11-05 13:55:54 +00:00

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