mirror of
https://github.com/halpz/re3.git
synced 2025-07-26 00:32:41 +00:00
renderer fix from miami
This commit is contained in:
@ -192,6 +192,10 @@ CVisibilityPlugins::InitAlphaEntityList(void)
|
||||
bool
|
||||
CVisibilityPlugins::InsertEntityIntoSortedList(CEntity *e, float dist)
|
||||
{
|
||||
#ifdef FIX_BUGS
|
||||
if (!e->m_rwObject) return true;
|
||||
#endif
|
||||
|
||||
AlphaObjectInfo item;
|
||||
item.entity = e;
|
||||
item.sort = dist;
|
||||
|
Reference in New Issue
Block a user