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:
@@ -147,7 +147,7 @@ void CScriptDock::AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId uid, CStat
|
||||
}
|
||||
}
|
||||
|
||||
rstl::optional<zeus::CAABox> CScriptDock::GetTouchBounds() const {
|
||||
std::optional<zeus::CAABox> CScriptDock::GetTouchBounds() const {
|
||||
if (x264_dockState == EDockState::Three)
|
||||
return {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user