mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-17 05:27:01 +00:00
fix for build error in Xcode relating to non-reference types in a for loop
This commit is contained in:
@@ -49,7 +49,7 @@ void CMetroidPrimeRelay::GetOrBuildMetroidPrimeExo(CStateManager& mgr) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (const auto& act : mgr.GetPhysicsActorObjectList()) {
|
||||
for (const auto act : mgr.GetPhysicsActorObjectList()) {
|
||||
if (CPatterned::CastTo<CMetroidPrimeExo>(act) != nullptr) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user