mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
Fix CEntity::UpdateRwFrame
This commit is contained in:
parent
0f43523a16
commit
047f9c49ec
@ -229,7 +229,7 @@ void
|
||||
CEntity::UpdateRwFrame(void)
|
||||
{
|
||||
if(m_rwObject)
|
||||
RwFrameUpdateObjects(rwObjectGetParent(m_rwObject));
|
||||
RwFrameUpdateObjects((RwFrame*)rwObjectGetParent(m_rwObject));
|
||||
}
|
||||
|
||||
#ifdef PED_SKIN
|
||||
|
Loading…
Reference in New Issue
Block a user