Răsfoiți Sursa

Fix Convert version not being updated (#915)

Pavel Alexandrov 4 ani în urmă
părinte
comite
3627111432
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      hxd/fs/FileConverter.hx

+ 1 - 0
hxd/fs/FileConverter.hx

@@ -321,6 +321,7 @@ class FileConverter {
 		if( !sys.FileSystem.exists(fullOutPath) )
 			throw "Converted output file "+fullOutPath+" was not created";
 
+		match.ver = conv.version;
 		match.time = time;
 		match.hash = hash;
 		saveCache();