mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 04:00:00 +00:00
Fix CEntity::UpdateRwFrame
This commit is contained in:
parent
0f43523a16
commit
047f9c49ec
|
@ -229,7 +229,7 @@ void
|
||||||
CEntity::UpdateRwFrame(void)
|
CEntity::UpdateRwFrame(void)
|
||||||
{
|
{
|
||||||
if(m_rwObject)
|
if(m_rwObject)
|
||||||
RwFrameUpdateObjects(rwObjectGetParent(m_rwObject));
|
RwFrameUpdateObjects((RwFrame*)rwObjectGetParent(m_rwObject));
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef PED_SKIN
|
#ifdef PED_SKIN
|
||||||
|
|
Loading…
Reference in a new issue