mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-01 13:33:32 +00:00
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 {
|
bool CDrone::CanRenderUnsorted(const CStateManager& mgr) const {
|
||||||
if (zeus::close_enough(x5dc_, 0.f))
|
if (!zeus::close_enough(x5dc_, 0.f))
|
||||||
return false;
|
return false;
|
||||||
return CPatterned::CanRenderUnsorted(mgr);
|
return CPatterned::CanRenderUnsorted(mgr);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user