Fix bug with ExtractRemaining function not retuning amount of extracted files
This commit is contained in:
@@ -151,7 +151,7 @@ namespace OpenVulkano
|
|||||||
{
|
{
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
return 0;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ArchiveReader::HasNext() const
|
bool ArchiveReader::HasNext() const
|
||||||
|
|||||||
Reference in New Issue
Block a user