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:
@@ -25,7 +25,7 @@ void CScriptCoverPoint::Think(float delta, CStateManager&) {
|
||||
x11c_timeLeft -= delta;
|
||||
}
|
||||
|
||||
rstl::optional<zeus::CAABox> CScriptCoverPoint::GetTouchBounds() const {
|
||||
std::optional<zeus::CAABox> CScriptCoverPoint::GetTouchBounds() const {
|
||||
if (x100_touchBounds)
|
||||
return x100_touchBounds;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user