Commit 3e09f1f5 authored by nanahira's avatar nanahira

fix

parent f7feec31
Pipeline #15267 passed with stages
in 25 minutes and 40 seconds
......@@ -125,8 +125,8 @@ public class MyCardHelper {
if (File.Exists(face))
{
Texture2D Face = UIHelper.getTexture2D(face);
UIHelper.faces.Remove(nameFace);
UIHelper.faces.Add(nameFace, Face);
UIHelper.faces.Remove(name);
UIHelper.faces.Add(name, Face);
}
} catch (Exception e) {
return;
......
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