Commit 2ce57c68 authored by keyongyu's avatar keyongyu

fix

parent 3b1132f8
......@@ -731,7 +731,7 @@ public Card[] ReadCards(string set, bool repalceOld)
//md5为空
return img;
}
string file = MyPath.Combine(cfg.imagecache, md5+".png");
string file = MyPath.Combine(cfg.imagecache, md5);
if(!File.Exists(file)){
//生成缓存
Bitmap bmp=MyBitmap.readImage(file);
......
No preview for this file type
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment