diff options
Diffstat (limited to 'src/clouds.h')
-rw-r--r-- | src/clouds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clouds.h b/src/clouds.h index 70f12239e..348220fb1 100644 --- a/src/clouds.h +++ b/src/clouds.h @@ -88,6 +88,7 @@ private: core::aabbox3d<f32> m_box; float m_cloud_y; u16 m_cloud_radius_i; + bool m_enable_3d; video::SColorf m_color; u32 m_seed; v2f m_camera_pos; |