mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Work on CFluidPlaneCPU
This commit is contained in:
@@ -45,7 +45,7 @@ void CScriptPointOfInterest::CalculateRenderBounds()
|
||||
if (xe8_pointSize == 0.f)
|
||||
CActor::CalculateRenderBounds();
|
||||
else
|
||||
x9c_aabox = zeus::CAABox(x34_transform.origin - xe8_pointSize, x34_transform.origin + xe8_pointSize);
|
||||
x9c_renderBounds = zeus::CAABox(x34_transform.origin - xe8_pointSize, x34_transform.origin + xe8_pointSize);
|
||||
}
|
||||
|
||||
rstl::optional_object<zeus::CAABox> CScriptPointOfInterest::GetTouchBounds() const
|
||||
|
||||
Reference in New Issue
Block a user