fix selection marker

This commit is contained in:
Val Erastov (xibyte) 2020-03-09 23:56:31 -07:00
parent 547ec02b01
commit d5b35d1740

View file

@ -104,7 +104,7 @@ export class MatchIndex {
for (let type of types) {
const info = this.typeMap.get(type.prototype._class);
if (!info) {
return false;
continue;
}
const toAdd = Math.min(quantity, info.objects.length - info.hits);
if (this.result) {