mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Bugfix in distance prioritizer
This commit is contained in:
parent
730d0e42d1
commit
6376925e62
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ public:
|
||||||
{
|
{
|
||||||
outbox.serialBitAndLog( BranchHasPayload );
|
outbox.serialBitAndLog( BranchHasPayload );
|
||||||
if ( a() ) a()->fillDiscreetProperties( outbox );
|
if ( a() ) a()->fillDiscreetProperties( outbox );
|
||||||
if ( a() ) b()->fillDiscreetProperties( outbox );
|
if ( b() ) b()->fillDiscreetProperties( outbox );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue