mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 10:54:09 +00:00
Fix IsSphereVisible calls
This commit is contained in:
parent
29d47da61e
commit
1558788df1
3 changed files with 11 additions and 11 deletions
|
@ -4103,7 +4103,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue