mirror of
https://github.com/halpz/re3.git
synced 2025-07-24 00:19:47 +00:00
Fix IsSphereVisible calls
This commit is contained in:
@ -4101,7 +4101,7 @@ CCamera::IsSphereVisible(const CVector ¢er, float radius, const CMatrix *mat
|
||||
bool
|
||||
CCamera::IsSphereVisible(const CVector ¢er, float radius)
|
||||
{
|
||||
return IsSphereVisible(center, radius, &m_cameraMatrix);
|
||||
return IsSphereVisible(center, radius, &GetCameraMatrix());
|
||||
}
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user