mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove cloud_height setting
With the cloud API, the cloud_height setting has become obsolete and replaceable by a mod. It, and supporting code, can be removed.
This commit is contained in:
parent
7e23532bc2
commit
9ef9c72e5a
7 changed files with 7 additions and 19 deletions
|
@ -38,8 +38,7 @@ class Clouds : public scene::ISceneNode
|
|||
public:
|
||||
Clouds(scene::ISceneManager* mgr,
|
||||
s32 id,
|
||||
u32 seed,
|
||||
s16 cloudheight=0
|
||||
u32 seed
|
||||
);
|
||||
|
||||
~Clouds();
|
||||
|
@ -133,7 +132,6 @@ private:
|
|||
|
||||
video::SMaterial m_material;
|
||||
aabb3f m_box;
|
||||
s16 m_passed_cloud_y;
|
||||
u16 m_cloud_radius_i;
|
||||
bool m_enable_3d;
|
||||
u32 m_seed;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue