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 New Issue
Block a user