mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
parent
dbf2d26a85
commit
ba65eb953c
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ private:
|
||||||
{
|
{
|
||||||
float height_bs = m_params.height * BS;
|
float height_bs = m_params.height * BS;
|
||||||
float thickness_bs = m_params.thickness * BS;
|
float thickness_bs = m_params.thickness * BS;
|
||||||
m_box = aabb3f(-BS * 1000000.0f, height_bs - BS * m_camera_offset.Y, -BS * 1000000.0f,
|
m_box = aabb3f(-BS * 1000000.0f, height_bs, -BS * 1000000.0f,
|
||||||
BS * 1000000.0f, height_bs + thickness_bs - BS * m_camera_offset.Y, BS * 1000000.0f);
|
BS * 1000000.0f, height_bs + thickness_bs, BS * 1000000.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void updateMesh();
|
void updateMesh();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue