Fix for broken arrange introduced in b7d79b1b9

This commit is contained in:
tamasmeszaros 2023-07-25 17:11:47 +02:00
parent 08e10ec98f
commit eb08a84290

View File

@ -261,6 +261,7 @@ bool pack(Strategy &strategy,
}
}
cancelled = !packed && (cancelled || std::isnan(final_score) || std::isinf(final_score));
packed = !cancelled;
if (packed) {