Fixed search that may add infinite stuff
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Database
|
||||
{
|
||||
Range range;
|
||||
std::vector<T> results;
|
||||
bool moreResults;
|
||||
bool moreResults{};
|
||||
|
||||
RangeResults getSubRange(Range subRange)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user