This commit is contained in:
dexyfex
2017-12-24 23:36:18 +11:00
Unverified
parent ad46bc816c
commit 3e15734b20
7 changed files with 87 additions and 12 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ namespace CodeWalker
for (int f = 0; f < scannedFiles.Count; f++)
{
var rpffile = scannedFiles[f];
totfiles += rpffile.GrandTotalFileCount;
totfiles += rpffile.TotalFileCount;
}