mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Implement CParticleGenInfoGeneric
This commit is contained in:
@@ -185,9 +185,9 @@ bool CParticleElectric::IsSystemDeletable() const
|
||||
return false;
|
||||
}
|
||||
|
||||
std::pair<zeus::CAABox, bool> CParticleElectric::GetBounds() const
|
||||
rstl::optional_object<zeus::CAABox> CParticleElectric::GetBounds() const
|
||||
{
|
||||
return std::make_pair(zeus::CAABox(), false);
|
||||
return {};
|
||||
}
|
||||
|
||||
u32 CParticleElectric::GetParticleCount() const
|
||||
|
||||
Reference in New Issue
Block a user