diff --git a/Runtime/World/CScriptPointOfInterest.cpp b/Runtime/World/CScriptPointOfInterest.cpp index fe60339ea..8b0c09704 100644 --- a/Runtime/World/CScriptPointOfInterest.cpp +++ b/Runtime/World/CScriptPointOfInterest.cpp @@ -31,10 +31,11 @@ void CScriptPointOfInterest::AddToRenderer(const zeus::CFrustum&, CStateManager& void CScriptPointOfInterest::Render(CStateManager&) {} void CScriptPointOfInterest::CalculateRenderBounds() { - if (xe8_pointSize == 0.f) + if (xe8_pointSize == 0.f) { CActor::CalculateRenderBounds(); - else + } else { x9c_renderBounds = zeus::CAABox(x34_transform.origin - xe8_pointSize, x34_transform.origin + xe8_pointSize); + } } std::optional CScriptPointOfInterest::GetTouchBounds() const {