mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 06:16:21 +00:00
Fix CEntity::UpdateRwFrame
This commit is contained in:
@ -242,7 +242,7 @@ void
|
||||
CEntity::UpdateRwFrame(void)
|
||||
{
|
||||
if(m_rwObject)
|
||||
RwFrameUpdateObjects(rwObjectGetParent(m_rwObject));
|
||||
RwFrameUpdateObjects((RwFrame*)rwObjectGetParent(m_rwObject));
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user