]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/model.hxx
Added a new 'delimiter' property to allow an alternative delimiter to
[flightgear.git] / src / Main / model.hxx
index 685c37d0e6d75aae1b3cc5ec83f401546c3f2c2d..ac23895c516ea2368399caa9b147337066914b61 100644 (file)
@@ -49,6 +49,10 @@ private:
     float factor;
     float offset;
     float position;
+    bool has_min;
+    float min;
+    bool has_max;
+    float max;
     sgVec3 center;
     sgVec3 axis;
     void setRotation ();