Fix Water

This commit is contained in:
Vincent Lejeune
2014-01-22 02:51:05 +01:00
parent 65a72f2ba8
commit 0926c7be51

View File

@@ -70,6 +70,10 @@ public:
m_water_shader_speed_1 =
m_water_shader_speed_2 = 0.0f;
m_sunpos = core::vector3df(0., 0., 0.);
m_speed = 0.;
m_height = 0.;
m_length = 0.;
}
void setSunPosition(const core::vector3df &in)