mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Collision various fixes (#9343)
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user