Fix bug in XPlane.x0

This commit is contained in:
Paul Romano 2015-10-02 11:33:04 +07:00
parent bece870f85
commit df44be3632

View file

@ -287,7 +287,7 @@ class XPlane(Plane):
@property
def x0(self):
return self.coeff['x0']
return self._coeffs['x0']
@x0.setter
def x0(self, x0):