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:
parent
c1742b0901
commit
3ad5388c6d
4 changed files with 141 additions and 149 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue