mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 18:24:55 +00:00
CScriptMidi and work on CGameArea loading
This commit is contained in:
@@ -77,7 +77,6 @@ struct VISIBuilder
|
||||
}
|
||||
}
|
||||
};
|
||||
static const Leaf NullLeaf;
|
||||
|
||||
class PVSRenderCache
|
||||
{
|
||||
@@ -113,7 +112,7 @@ struct VISIBuilder
|
||||
|
||||
bool operator==(const Node& other) const
|
||||
{
|
||||
if (!leaf || !other.leaf)
|
||||
if ((flags & 0x7) || (other.flags & 0x7))
|
||||
return false;
|
||||
return leaf == other.leaf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user