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