mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-18 20:45:27 +00:00
CDrone: Fix CanRenderUnsorted
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user