mirror of https://gitlab.com/pamhyr/pamhyr2
IC: Fix #14.
parent
325bb9ed02
commit
4c40f675b5
|
|
@ -174,7 +174,7 @@ class Data(SQLSubModel):
|
|||
|
||||
def _update_from_kp(self):
|
||||
min = self._update_get_min()
|
||||
self._elevation = min - self._height
|
||||
self._elevation = min + self._height
|
||||
|
||||
def _update_from_elevation(self):
|
||||
min = self._update_get_min()
|
||||
|
|
|
|||
Loading…
Reference in New Issue