Skip to content

Commit 2533a51

Browse files
committed
OOPSIES
1 parent 107e2f3 commit 2533a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Motely/MotelySearch.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,6 @@ in searchContextParams
13161316
BatchSeeds(0, searchResultMask, in searchContextParams);
13171317
}
13181318
}
1319-
13201319
}
13211320

13221321
// Extracts the actual seed characters from a search context and reports that seed
@@ -1592,6 +1591,8 @@ in searchParams
15921591
BatchSeeds(nextFilterIndex, searchResultMask, in searchParams);
15931592
}
15941593
}
1594+
1595+
filterBatch->SeedCount = 0;
15951596
}
15961597

15971598
public void Dispose()

0 commit comments

Comments
 (0)