mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 17:20:00 +00:00
Fix CEntity::UpdateRwFrame
This commit is contained in:
parent
a346461ea8
commit
09c213738b
|
@ -242,7 +242,7 @@ void
|
||||||
CEntity::UpdateRwFrame(void)
|
CEntity::UpdateRwFrame(void)
|
||||||
{
|
{
|
||||||
if(m_rwObject)
|
if(m_rwObject)
|
||||||
RwFrameUpdateObjects(rwObjectGetParent(m_rwObject));
|
RwFrameUpdateObjects((RwFrame*)rwObjectGetParent(m_rwObject));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue