mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
All CEnvFxManager effects working
This commit is contained in:
@@ -435,8 +435,11 @@ void CAreaOctTree::Node::LineTestExInternal(const zeus::CLine& line, const CMate
|
||||
if (child.x20_nodeType != ETreeType::Invalid)
|
||||
child.LineTestExInternal(line, filter, res, tmpLoT, tmpHiT, maxT, dirRecip);
|
||||
if (res.x10_surface)
|
||||
{
|
||||
if (res.x3c_t > highT)
|
||||
res = SRayResult();
|
||||
break;
|
||||
}
|
||||
}
|
||||
tmpLoT = tmpHiT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user