mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 21:34:08 +00:00
Fix CEntity::UpdateRwFrame
This commit is contained in:
parent
a346461ea8
commit
09c213738b
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ void
|
|||
CEntity::UpdateRwFrame(void)
|
||||
{
|
||||
if(m_rwObject)
|
||||
RwFrameUpdateObjects(rwObjectGetParent(m_rwObject));
|
||||
RwFrameUpdateObjects((RwFrame*)rwObjectGetParent(m_rwObject));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue