mirror of https://github.com/AxioDL/metaforce.git
CDrone: Fix CanRenderUnsorted
This commit is contained in:
parent
e0f4128901
commit
fbdfdb0fa4
|
@ -315,7 +315,7 @@ void CDrone::Render(CStateManager& mgr) {
|
|||
}
|
||||
|
||||
bool CDrone::CanRenderUnsorted(const CStateManager& mgr) const {
|
||||
if (zeus::close_enough(x5dc_, 0.f))
|
||||
if (!zeus::close_enough(x5dc_, 0.f))
|
||||
return false;
|
||||
return CPatterned::CanRenderUnsorted(mgr);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue