mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 16:55:42 +00:00
Fix CEntity::UpdateRwFrame
This commit is contained in:
parent
0f43523a16
commit
047f9c49ec
1 changed files with 1 additions and 1 deletions
|
@ -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