summaryrefslogtreecommitdiffstats
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-05-27 15:50:15 +0200
committerSergeanur <s.anureev@yandex.ua>2021-06-24 20:32:43 +0200
commit2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac (patch)
tree15efc250158c790c0b73e44a7692dc21b0d9cc9c /src/core/Camera.h
parentCEntity and C(Vu)Vector fixes and cleanup (diff)
downloadre3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.tar
re3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.tar.gz
re3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.tar.bz2
re3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.tar.lz
re3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.tar.xz
re3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.tar.zst
re3-2ad3a75be5ba34d1376ad7c3fa7fc94adeaa32ac.zip
Diffstat (limited to 'src/core/Camera.h')
-rw-r--r--src/core/Camera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Camera.h b/src/core/Camera.h
index 5e9d33b3..07a05cb4 100644
--- a/src/core/Camera.h
+++ b/src/core/Camera.h
@@ -639,7 +639,7 @@ public:
CVector &GetGameCamPosition(void) { return m_vecGameCamPos; }
void CalculateDerivedValues(void);
bool IsPointVisible(const CVector &center, const CMatrix *mat);
- bool IsSphereVisible(const CVector &center, float radius, const CMatrix *mat);
+ bool IsSphereVisible(const CVector &center, float radius, Const CMatrix *mat);
bool IsSphereVisible(const CVector &center, float radius);
bool IsBoxVisible(CVUVECTOR *box, const CMatrix *mat);
};