mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
CActorContraption fixes, better CMake dependency handling
This commit is contained in:
@@ -688,7 +688,7 @@ bool CParticleElectric::IsSystemDeletable() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
rstl::optional<zeus::CAABox> CParticleElectric::GetBounds() const {
|
||||
std::optional<zeus::CAABox> CParticleElectric::GetBounds() const {
|
||||
if (GetParticleCount() <= 0)
|
||||
return {};
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user