]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/cloud.hxx
Work around a limitation of gc_calc_course_dist(). When the start and end
[simgear.git] / simgear / scene / sky / cloud.hxx
index 4fa8c795ffb50c90fc0fff395873cc4709dbf89a..76a3cb881df6245adaa59f229d18ced32bafe046 100644 (file)
@@ -194,8 +194,7 @@ private:
     // from winds, and to simulate the clouds being tied to ground
     // position, not view position
     // double xoff, yoff;
-    double last_lon, last_lat;
-
+    double last_lon, last_lat, last_course;
 };