mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 15:07:43 +00:00
CActorContraption fixes, better CMake dependency handling
This commit is contained in:
@@ -554,7 +554,7 @@ void CFishCloud::CalculateRenderBounds() {
|
||||
x9c_renderBounds = GetBoundingBox();
|
||||
}
|
||||
|
||||
rstl::optional<zeus::CAABox> CFishCloud::GetTouchBounds() const {
|
||||
std::optional<zeus::CAABox> CFishCloud::GetTouchBounds() const {
|
||||
return {GetBoundingBox()};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user