Fix assert found by Tobias Dammers
Hold waypoints were being marked as dynamic erroneously
This commit is contained in:
parent
7a0483281d
commit
016d359291
1 changed files with 0 additions and 1 deletions
|
@ -234,7 +234,6 @@ Hold::Hold(const SGGeod& aPos, const string& aIdent, RouteBase* aOwner) :
|
||||||
_righthanded(true),
|
_righthanded(true),
|
||||||
_isDistance(false)
|
_isDistance(false)
|
||||||
{
|
{
|
||||||
setFlag(WPT_DYNAMIC);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Hold::Hold(RouteBase* aOwner) :
|
Hold::Hold(RouteBase* aOwner) :
|
||||||
|
|
Loading…
Add table
Reference in a new issue