mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 13:10:33 +00:00
Fix IsSphereVisible calls
This commit is contained in:
parent
93e9929925
commit
f2c8522daa
3 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue