mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Fix disappearing actor issue
This commit is contained in:
@@ -1965,7 +1965,7 @@ bool CElementGen::IsSystemDeletable() const
|
||||
rstl::optional_object<zeus::CAABox> CElementGen::GetBounds() const
|
||||
{
|
||||
if (GetParticleCountAll() == 0)
|
||||
return {zeus::CAABox()};
|
||||
return {};
|
||||
else
|
||||
return {x2f0_systemBounds};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user