1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Collision various fixes (#9343)

This commit is contained in:
TheTermos 2020-04-08 22:45:05 +02:00 committed by GitHub
parent c1742b0901
commit 3ad5388c6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 141 additions and 149 deletions

View file

@ -141,6 +141,8 @@ public:
void setCollisionbox(const aabb3f &box) { m_collisionbox = box; }
const aabb3f& getCollisionbox() const { return m_collisionbox; }
float getZoomFOV() const { return m_zoom_fov; }
void setZoomFOV(float zoom_fov) { m_zoom_fov = zoom_fov; }