summaryrefslogtreecommitdiffstats
path: root/src/core/Camera.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-08 14:46:47 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-08 14:46:47 +0200
commit74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd (patch)
treeebe621b0d748a1a8854760cdfbd227ce7d93d164 /src/core/Camera.h
parentmerge (diff)
parentMerge branch 'master' into miami (diff)
downloadre3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.gz
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.bz2
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.lz
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.xz
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.tar.zst
re3-74f00c3c6362f1fe7ee9d25a99ee8db5ce4e88dd.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 66a89f21..3468f6d6 100644
--- a/src/core/Camera.h
+++ b/src/core/Camera.h
@@ -632,7 +632,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);
};