mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 00:27:43 +00:00
Windows fixes
This commit is contained in:
@@ -301,7 +301,7 @@ const CDamageVulnerability* CActor::GetDamageVulnerability(const zeus::CVector3f
|
||||
return GetDamageVulnerability();
|
||||
}
|
||||
|
||||
std::experimental::optional<zeus::CAABox> CActor::GetTouchBounds() const { return {}; }
|
||||
rstl::optional<zeus::CAABox> CActor::GetTouchBounds() const { return {}; }
|
||||
|
||||
void CActor::Touch(CActor&, CStateManager&) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user