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