Skip to content

Commit

Permalink
Improved the texture list loop
Browse files Browse the repository at this point in the history
  • Loading branch information
kartjom committed Nov 28, 2021
1 parent f1e7726 commit 7ef1093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Decompiler/Extensions/BSPBaseFunctionality.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected void ZipEntryExport(string archivePath, string entryName, string expor
if (entryLower == entryName)
{
originalTextureName = entry.FullName;
break;
}
}

Expand Down

0 comments on commit 7ef1093

Please sign in to comment.