mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
Remove rstl::optional_object, various cleanups, implement CExplosion and CScriptDoor
This commit is contained in:
@@ -129,7 +129,7 @@ void CScriptVisorGoo::Render(const CStateManager& mgr) const
|
||||
// Empty
|
||||
}
|
||||
|
||||
rstl::optional_object<zeus::CAABox> CScriptVisorGoo::GetTouchBounds() const
|
||||
std::experimental::optional<zeus::CAABox> CScriptVisorGoo::GetTouchBounds() const
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user