]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/sky/sky.hxx
Merge branch 'ehofman/sound'
[simgear.git] / simgear / scene / sky / sky.hxx
index 1f1190f87286126d044edbbe7122244f2b6f9de0..28678041ac820ea441acd39c7b64a6f63d738f84 100644 (file)
@@ -57,7 +57,8 @@ using std::vector;
 
 
 typedef struct {
-        SGGeod pos;
+        SGVec3d pos;
+        SGGeod pos_geod;
         SGQuatd ori;
         double spin;
        double gst;