]> git.lizzy.rs Git - mt_net.git/blobdiff - src/to_clt/sky.rs
Use cgmath and support BS constant
[mt_net.git] / src / to_clt / sky.rs
index c9cb6422f0736bbdb57591ef6fa3823b575ced21..d0e02637cbeedaea5d121023d272a368a6492042 100644 (file)
@@ -188,5 +188,5 @@ pub struct CloudParams {
     pub ambient_color: Color,
     pub height: f32,
     pub thickness: f32,
-    pub speed: [f32; 2],
+    pub speed: Vector2<f32>,
 }