Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 884b1b23 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix: use altitude from previous state

parent ab5914db
No related branches found
No related tags found
No related merge requests found
......@@ -380,7 +380,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
public Meter Altitude
{
get { return CurrentState.Altitude; }
get { return PreviousState.Altitude; }
}
internal void SetDriveOffDistance(Meter startDistance)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment