浏览代码

Fix Convert version not being updated (#915)

Pavel Alexandrov 4 年之前
父节点
当前提交
3627111432
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();