mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
CActorContraption fixes, better CMake dependency handling
This commit is contained in:
@@ -989,7 +989,7 @@ bool CParticleSwoosh::IsSystemDeletable() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
rstl::optional<zeus::CAABox> CParticleSwoosh::GetBounds() const {
|
||||
std::optional<zeus::CAABox> CParticleSwoosh::GetBounds() const {
|
||||
if (GetParticleCount() <= 1) {
|
||||
zeus::CVector3f trans = x38_translation + xa4_globalTranslation;
|
||||
return zeus::CAABox(trans, trans);
|
||||
|
||||
Reference in New Issue
Block a user