Fix bug with ExtractRemaining function not retuning amount of extracted files

This commit is contained in:
Georg Hagen
2024-07-03 14:33:30 +02:00
parent 3c1fb5c118
commit 9f0e2531d1

View File

@@ -151,7 +151,7 @@ namespace OpenVulkano
{ {
count++; count++;
} }
return 0; return count;
} }
bool ArchiveReader::HasNext() const bool ArchiveReader::HasNext() const