Fix patching

--HG--
branch : feature-streamed-package
hg/feature/streamed-package
kaetemi 10 years ago
parent 40f4eb4ad2
commit 9a1510caf0

@ -2688,7 +2688,7 @@ void CPatchThread::run()
CPatchManager::SFileToPatch &rFTP = AllFilesToPatch[i];
string ext = NLMISC::CFile::getExtension(rFTP.FileName);
if (ext == "bnp")
if (ext == "bnp" || ext == "snp")
{
float oldCurrentFilePatched = CurrentFilePatched;
processFile (rFTP);

Loading…
Cancel
Save